border-box/* body {
    font-family: Nunito Sans, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
    background-color: #141821;
} */
/* body {
    margin-top: 150px;

}  */

/*** <!-- mini dashboard -->*******/

.container-main-head  {
    display: flex;
    flex-flow:  column;
    text-align: left;
    width: 1200px;
    margin-top: 80px;
    margin-left:0px;
}


.container-main-2head  {
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 1200px;
    margin-top: 10px;
    margin-left:0px;
}

.container-main-3head  {
    display: flex;
    flex-flow:  row wrap;
    width: 1200px;
    justify-content: left;
    margin-left: 0px;
    margin-top: 5px;
}
.head-board-4 {
    flex-flow:  row wrap;
    margin-top: 5px;
    margin-left: 10px;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 20px !important;
    font-weight: bold;
    background-color: var(--body-color);
    color: var(--text-color);
    box-sizing: border-box;
}


.text-show-1 {
    flex: 100%;
    margin: 1px;
    border: none;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    font-size: 12px !important;
    font-weight: bold;
    text-align: left;
    background-color: var(--body-color);
    color: var(--text-color);    
}

.head-board-1 {
    flex: 100%;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 20px !important;
    font-weight: bold;
    background-color: var(--body-color);
    color: var(--text-color);
    
}

.head-board-2 {
    flex: 100%;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 20px !important;
    font-weight: bold;
    background-color: var(--body-color);
    color: var(--text-color);    
    }
.head-board-3 {
    flex: 100%;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 20px !important;
    font-weight: bold;
    background-color: var(--body-color);
    color: var(--text-color);
}


.head-board-content {
    font-size: 16px !important;
    font-weight: normal;
    min-width: 250px;
 }

@media (max-width: 1000px) {
    .container-main-head {
      flex-direction: column;
      margin-left:80px;
      padding-left: 400px;
      padding-right: 395px;
      text-align: left;
    }
  }


.container-box-head  {
    display: flex;
    margin-left:100px;
    margin-top: 40px;
    justify-content: center;
    
}
/* 

/*** <!-- mini dashboard -->*******/

.login-box-main {
    /* background-color: #1f242e; */
    background-color: var(--primary-color);
    padding: 40px;
    border-radius: 20px;
    border-color: #11f4f4;
    width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;


}
.login-box-main h2 {
    color: white;
    margin-top: 40px;
    margin-bottom: 20px;
}
.login-box-main .logo {

    width: 100px; /* Adjust width as needed */
    filter: drop-shadow(5px 7px 20px white);
}

.login-box-main .textbox {
    margin-bottom: 20px;
    width: 300px; /* Ensure the input box is 100% of the container width */
    position: relative;
}

.login-box {
    /* background-color: #1f242e; */
    background-color: var(--primary-color);
    padding: 40px;
    border-radius: 20px;
    border-color: #11f4f4;
    width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 80px;
    margin-top: 100px;
}

.login-box h2 {
    color: white;
    margin-top: 40px;
    margin-bottom: 20px;
}
.login-box .logo {

    width: 100px; /* Adjust width as needed */
    filter: drop-shadow(5px 7px 20px white);
}

.login-box .textbox {
    margin-bottom: 20px;
    width: 300px; /* Ensure the input box is 100% of the container width */
    position: relative;
}

.textbox p {
    text-align: left;
    /* color: var(--text-color);  */
    color: white;
    font-size: 14px;
    margin-bottom: 10px;

}

.terms-box {
    text-align: left;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;

}
.terms-box a {
    color: #3e83c2;
    font-size: 14px;
    margin-bottom: 10px;

}

.textbox input {
    width: 100%; /* Input box is 100% of the parent container */
    padding: 10px;
    border: 1px solid #323848;
    border-radius: 5px;
    background: none;
    color: white;
    font-size: 14px;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.textbox input:focus {
    border-color: #11f4f4;
    outline: none;
}

.btn {
    width: 100%; /* Button is 100% of the parent container */
    background-color: #3e97ff;
    border: none;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box; /* Ensure padding is included in the width */
    margin-bottom: 10px;
    margin-top: 10px;
}


.btn:hover {
    background-color: #3e83c2;
}

.forgot-password,
.create-account {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    color: white;
}

.forgot-password a,
.create-account a {
    color: #3e83c2;
    text-decoration: none;
}

.forgot-password a:hover,
.create-account a:hover {
    text-decoration: underline;
}

.textbox label {
    display: block;
    text-align: left;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}
.textbox select {
    width: 100%;
    padding: 10px;
    border: 1px solid #323848;
    border-radius: 5px;
    background: none;
    color: white;
    font-size: 14px;
    box-sizing: border-box;
}
.textbox option {
    width: 100%;
    background-color: #1f242e;
    color: white;
    font-size: 14px;
    box-sizing: border-box;
}
.textbox textarea {
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #323848;
    border-radius: 5px;
    background: none;
    color: white;
    font-size: 14px;
    box-sizing: border-box;
}
.textbox  {
    #copyButton {
        display: block;
        text-align: right;
    }
 
}

/* password show/hide ratina */
.textbox i {
    position: absolute;
    right: 10px;
    top: 36px; /* Adjust based on your layout */
    cursor: pointer;
    color: white;
}

/* ////////start bot-box////////// */
.bot-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px;
  }

.bot-box {
    flex: 0 1 380px;
    display: block;
    margin-top: 150px;
    margin-left: 100px;
    background: linear-gradient(to bottom, #091c32, #00356B);
    padding: 40px;
    border-radius: 40px;
    /* border: 1px solid #313232; */
    width: 380px;
    height: 450px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    align-items: center;
}

@media (max-width: 400px) {
    .bot-box {
      flex-basis: 100%;
    }
  }
.bot-section-auto {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    border: none;
    padding: 5px;
}
.bot-section-34 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    border: none;
    padding: 5px;
    box-sizing: border-box;
}
.bot-section-34 a {
    text-decoration: none;
}
 .bot-section-34 p {
    font-size: 16px !important;
 }
 .bot-section-34 label {
    font-size: 12px !important;
 }
.bot-box-a {
    position: relative;
    width: auto; /* Ensures four boxes fit in a row with space */
    height: 40px;
    line-height: 0;
    background-color:none;
    color: white;
    border: 1px solid #07a135;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 5px;padding-left: 10px;padding-right:10px;padding-top:20px;
    box-sizing: border-box;
}
.bot-box-a label {
    position: absolute;
    top: -10px;
    left: 0;
    color: white;
    font-size: 12px;
}

.bot-box-b {
    position: relative;
    flex: 1;
    width: auto; /* Ensures four boxes fit in a row with space */
    height: 40px;
    line-height: 0;
    background-color:none;
    color: white;
    border: 1px solid #07a135;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
    padding-bottom: 5px;padding-left: 10px;padding-right:10px;padding-top: 20px;
    box-sizing: border-box;
}
.bot-box-b label {
    position: absolute;
    min-width: 70px;
    top: 50px;
    left: 5px;
    color: white;
    font-size: 12px;
}

.bot-box-c {
    position: relative;
    flex: 1;
    width: auto; /* Ensures four boxes fit in a row with space */
    height: 40px;
    line-height: 0;
    background-color:none;
    color: white;
    border: 1px solid #59c4eb;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
    padding-bottom: 5px;padding-left: 10px;padding-right:10px;padding-top: 20px;
    box-sizing: border-box;
}
.bot-box-c-im {
    position: relative;
    flex: 1;
    width: auto; /* Ensures four boxes fit in a row with space */
    height: 50px;
    margin-right: 10px;
}
.bot-box-c-im img {
    width: 55%;
    min-width: 55px;
    filter: drop-shadow(5px 3px 5px rgb(221, 22, 22));
    height: auto; /* Maintains the aspect ratio */
    vertical-align: middle; /* Aligns the image in the center vertically */
}
.bot-box-c-im:hover {
    transform: scale(1.05); /* Slight zoom effect */
    transition: all 0.3s ease; /* Smooth transition */
}
.bot-box-d {
    position: relative;
    flex: 1;
    width: auto; /* Ensures four boxes fit in a row with space */
    height: 40px;
    line-height: 0;
    background-color:none;
    color: white;
    border: 1px solid #59c4eb;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
    padding-bottom: 5px;padding-left: 10px;padding-right:10px;padding-top:20px;
    box-sizing: border-box;
}
.bot-box-d label {
    position: absolute;
    min-width: 70px;
    top: 50px;
    left: 5px;
    color: white;
    font-size: 12px;
}
.bot-box-e {
    position: relative;
    flex: 1;
    width: auto; /* Ensures four boxes fit in a row with space */
    min-width: 120px; /* Set the minimum width */
    height: 40px;
    line-height: 0;
    background-color:none;
    color: white;
    border: 1px solid #59c4eb;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
    padding-bottom: 5px;padding-left: 10px;padding-right:10px;
    box-sizing: border-box;
}
.bot-box-e3 {
    color: white;
    font-size: 14px;
    margin-left: 10px;
}
/* Style for the horizontal line */
hr {
    width: 100%;
    border: 1px solid #333;
    margin-top: 20px;
}
.bot-box-c1-bt {
    position: relative;
    flex: 1;
    width: auto;
    min-width: 80px; /* Set the minimum width */
    height: 40px;
    line-height: 0;
    text-align: center;
    /* background-color: #59c4eb; Button background color */
    background: linear-gradient(to right, #e65d37, #59c4eb);
    color: white; /* Text color */
    border: none;
    padding-bottom: 5px;padding-left: 10px;padding-right:10px;padding-top:20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
    box-sizing: border-box;
}

.bot-box-c1-bt:hover {
    background-color: #1d8ba6; /* Darker color on hover */
    color: #ffffff; /* Ensures text stays white on hover */
    transform: scale(1.05); /* Slight zoom effect */
    transition: all 0.3s ease; /* Smooth transition */
}
.bot-box-c2-bt {
    position: relative;
    flex: 1;
    width: auto;
    min-width: 120px; /* Set the minimum width */
    height: 40px;
    line-height: 0;
    text-align: center;
    /* background-color: #59c4eb; Button background color */
    background: linear-gradient(to right, #2804c8, #59c4eb);
    color: white; /* Text color */
    border: none;
    padding-bottom: 5px;padding-left: 10px;padding-right:10px;padding-top:20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
    box-sizing: border-box;
}

.bot-box-c2-bt:hover {
    background-color: #1d8ba6; /* Darker color on hover */
    color: #ffffff; /* Ensures text stays white on hover */
    transform: scale(1.05); /* Slight zoom effect */
    transition: all 0.3s ease; /* Smooth transition */
}

.bot-box-e-bt {
    position: relative;
    flex: 1;
    width: auto;
    min-width: 120px; /* Set the minimum width */
    height: 40px;
    line-height: 0;
    text-align: center;
    /* background-color: #510625; Button background color */
    background: linear-gradient(to right, #510625, #d43766);
    color: white; /* Text color */
    border: none;
    padding-bottom: 5px;padding-left: 10px;padding-right:10px;padding-top:20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin: 5px;
    box-sizing: border-box;
}

.bot-box-e-bt:hover {
    background-color: #81053f; /* Darker color on hover */
    color: #ffffff; /* Ensures text stays white on hover */
    transform: scale(1.05); /* Slight zoom effect */
    transition: all 0.3s ease; /* Smooth transition */
}
.create-bot-box {
    position:fixed;
    top: 120px;
    right: 0;
        width: 200px;
        max-width: 200px;
        max-height: 200px;
      
        text-align: center;
        background: linear-gradient(to right, #044719, #0d25dc);
        color: white; /* Text color */
        padding-bottom: 5px;padding-left: 10px;padding-right:10px;padding-top:8px;
        border-radius: 5px;
        cursor: pointer;
        margin-left: 20px;
        text-decoration: none;
    
       
    }
    
    .create-bot-box:hover {
        background-color: #81053f; /* Darker color on hover */
        color: #ffffff; /* Ensures text stays white on hover */
        transform: scale(1.05); /* Slight zoom effect */
        transition: all 0.3s ease; /* Smooth transition */
    }
.bot-box-e-im {
    position: relative;
    flex: 1;
    width: auto; /* Ensures four boxes fit in a row with space */
    height: 50px;
}
.bot-box-e-im img {
    width: 55%;
    min-width: 55px;
    filter: drop-shadow(1px 1px 5px white);
    height: auto; /* Maintains the aspect ratio */
    vertical-align: middle; /* Aligns the image in the center vertically */
}
.bot-box-e-im:hover {
    transform: scale(1.05); /* Slight zoom effect */
    transition: all 0.3s ease; /* Smooth transition */
}




