.close-button {
    margin: 10px;
    padding: 5px 10px;
    background-color: #ccc;
    border: none;
    cursor: pointer;
}

.sm-icon {
    color: inherit;
    width: 1rem;
    height: 1rem;
}

.dash-icon {
    width: 80px;
    height: 80px;
}

.theme-color {
    color: #1E1E2E;
}

.icon-window {
    /* margin-top: -30px !important; */
}

/*fonts, headers and labels*/
.data-content h4 {
    font-weight: bold;
}

.card-header h4 {
    font-weight: bold;
}

.card-body .input-group label {
    font-weight: normal;
}

.input-group label {
    text-align: right;
    font-weight: normal;
}

.card .card-body form label {
    text-align: right;
    font-weight: normal;
}

form label {
    text-align: right;
    font-weight: normal;
}

.input-group select {
    color: rgb(128, 128, 128);
    font-weight: normal;
}

.input-group select option {
    color: #222;
    font-weight: normal;
}

#router-data a {
    color: black;
}

body::-webkit-scrollbar {
    display: none;
}

/* =========== Main page============*/
/*base bg*/
.base-bg {
    color: #fff;
    background-color: #1E1E2E;
}

.loginBG {
    background-image: url("../images/loginBackground.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    position: fixed;
}

.bgImage {
    background-image: url("../images/loginBackground.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}

.bg-dep {
    background-color: rgba(30, 23, 60);
    color: #fff;
}

/*theme button*/
.theme-btn {
    border: 1px solid #3B3363;
    color: #fff;
    background-color: #3B3363;
}

.theme-btn:hover {
    border: 2px solid #3B3363;
    color: #fff;
    background-color: transparent;
}

/*Login-bg*/
.login-bg {
    background-color: #27293D;
    color: #fff;
}

/*Login-card*/
.card {
    width: 380px;
}

/*aside {*/
/*    position: fixed;*/
/*    right: 0px;*/
/*    text-align: right;*/
/*    height: 100vh;*/
/*}*/

/*aside .card {*/
/*    height: 100vh;*/
/*}*/

/* animation welcome text*/
.loginBG h1 {
    /* Standard syntax*/
    animation-duration: 2s;
    animation-name: welcome;
}

@keyframes welcome {
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 40%;
        width: 100%;
    }
}

.loginBG h3 {
    /* Standard syntax*/
    animation-duration: 3s;
    animation-name: brandName;
}

@keyframes brandName {
    from {
        margin-left: 1%;
        width: 100%;
    }

    to {
        margin-left: 50%;
        width: 100%;
    }
}

.loginBG h1 {
    margin-top: 15%;
    margin-left: 40%;
    font-size: 88px;
}

.loginBG h3 {
    margin-top: -1%;
    margin-left: 50%;
    font-size: 60px;
}


/* =========== Dashboard page============*/
#menu {
    position: fixed;
    z-index: 2;
}

.dropdown-menu {
    border-radius: 10px 10px 10px 10px;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    background-color: rgba(30, 23, 60);
}

.dropdown a i {
    font-size: 30px;
    color: #CC5DE8;
}

.logout {
    color: #FDB500;
}

.nav-item i {
    font-size: 30px;
    color: #CC5DE8;
}

.font-icon-i {
    font-size: 20px;
    color: #CC5DE8;
}

.field-icon {
    font-size: 18px;
    color: #3B3363;
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
    /* z-index: 2; */
}

.item-icon img {
    width: 80px;
    z-index: 1;
}

.item-icon a img:hover {
    transition: 0.2s;
    transform: scale(1.2);
}

.window-icon {
    margin-top: 50px;
    position: fixed;
}

.icon-section::-webkit-scrollbar {
    display: none;
}

.icon-section {
    height: 90vh;
    overflow: auto;
}

.window-icon .item-icon a i {
    color: #fff;
}

.window-icon img:hover {
    border-radius: 5px;
    padding: 10px;
    background-image: linear-gradient(to top right, rgba(255, 255, 255, 0.2), rgba(103, 90, 197, 0.2), rgba(103, 90, 197, 0.2));
}


/* =========== Info card page============*/
/*info card*/
.info-doc {
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100vh;
    /* z-index: 2; */
}

.info-doc-content {
    border-radius: 10px 10px 0px 0px;
    /* height:100vh; */
}

table {
    width: 100%;
}

.info-doc table th {
    font-size: 20px;
    border-top: 0px;
    border-bottom: 2px solid #3B3363;
}

.info-doc table td {
    border: 0.5px solid #3B3363;
    padding-top: 5px;
}

#close {
    width: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#raw-close {
    font-size: 24px;
}

#raw-close:hover {
    transition: 0.1s;
    transform: scale(1.2);
}

.card img {
    width: 40%;
}

.login-form {
    margin-top: 10%;
    margin-bottom: 10%;
}


/* =========== Random window============*/
/* .random-window-content::-webkit-scrollbar{
    display:none;
    } */
.random-window::-webkit-scrollbar {
    display: none;
}

.random-window {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /* z-index: 1; */
    /* Sit on top */
    /*padding-top: 35px;*/
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* overflow-x: scroll; */
    /* Enable scroll if needed */
    background-color: rgb(12, 44, 134);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
}

.content-window {
    height: 80vh;
    /*width:80%;*/
    /*background-color: red;*/
    border-radius: 10px;
}

.menu-window {
    height: 50vh;
    border-radius: 10px 10px 10px 10px;
    /*    margin-top:10%;*/
    /*    padding-top: 8%;*/
    /*    align-items: center; !* New CSS By MI*!*/
    /*    padding-top: -10px;*/
    border: 1px solid #3B3363;
    /*z-index: 1;   */
}

.device-list {
    /*height:80vh;*/
    height: 70vh;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #3B3363;
    overflow: scroll;
}

.device-list::-webkit-scrollbar {
    display: none;
}

.menu-window-lg {
    height: 80vh;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #3B3363;
    /*overflow: scroll;   !*Changed by MISLAM 23-09-23*!*/
}

/*.menu-window-lg::-webkit-scrollbar{*/
/*    display:none;*/
/*}*/
.lg-menu-item {
    border: 1px solid #3B3363;
    border-radius: 5px 5px 5px 5px;
}

.service-raw-content {
    /* margin-left:20%; */
    width: 50%;
    /* height:90vh; */
    height: auto;
    margin: 2% 35%;
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
    border: 1px solid #3B3363;
}

.menu-contents::-webkit-scrollbar {
    display: none;
}

/* .menu-contents{
    height:80vh;
    overflow: auto;
} */

.data-content {
    /* height:94vh; */
    height: auto;
    margin: auto;
    border-radius: 10px 10px 10px 10px;
    width: 95%;
    /* margin-left: 19px; */
    margin-left: 15%;
    padding: 20px;
    border: 1px solid #3B3363;
    background-color: red;
}

#routerData {
    /* height:94vh; */
    height: auto;
    margin: auto;
    margin-left: 15%;
    border-radius: 10px 10px 10px 10px;
    width: 95%;
    padding: 20px;
    border: 1px solid #3B3363;
}

.table-content::-webkit-scrollbar {
    display: none;
}

.table-content {
    /* height:70vh; */
    height: auto;
    overflow: auto;
}

.form-content::-webkit-scrollbar {
    display: none;
}

.form-content {
    height: 62vh;
    overflow: auto;
}

#ps-center {
    margin-top: 7%;
    /* margin-top:10%;     */
}

#suiPS-center {
    margin-top: 8%;

}

#smalData .data-content {
    height: auto;
    /* height:100vh; */
    margin: auto;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    /* margin-left: 19px; */
    /* padding: 20px; */
    border: 1px solid #3B3363;

}

#smalData .table-content::-webkit-scrollbar {
    display: none;
}

#smalData .table-content {
    height: 40vh;
    /* height: 300px; */
    overflow: auto;
}

#sui_smalData .data-content {
    height: auto;
    /* height:100vh; */
    margin: auto;
    border-radius: 10px 10px 10px 10px;
    width: 95%;
    /* margin-left: 19px; */
    padding: 20px;
    border: 1px solid #3B3363;

}

#sui_smalData .table-content::-webkit-scrollbar {
    display: none;
}

#sui_smalData .table-content {
    height: auto;
    /* height: 300px; */
    overflow: auto;
}


/* .menu-icons{
    margin-top:20%;
} */
.action-icon {
    position: relative;
    right: 1%;
}

.u-action-icon {
    position: relative;
    right: -2%;
    bottom: -20px;
}

.data-content .action-icon img {
    width: 18%;
}

.data-content .u-action-icon img {
    width: 18%;
}

.action-icon-delete {
    position: relative;
    right: -8%;
}

.manager-action-icon {
    position: relative;
    right: -15%;
}

.data-content .manager-action-icon img {
    width: 18%;
}

.data-content .action-icon-delete img {
    width: 40%;
}


.action-icon-create {
    position: relative;
    right: -55px;
    bottom: -14px;
}

/* .ticket-action-icon-create{
    position:relative;
    right:-38px;
    bottom:-12px;
} */
.nas-action-icon-create {
    position: relative;
    right: -8%;
    bottom: 1%;
}

.data-content .ticket-action-icon-create img {
    width: 50%;
}

.data-content .nas-action-icon-create img {
    width: 50%;
}

.data-content .user-action-icon-create img {
    width: 20%;
}

.data-content .package-action-icon-delete img {
    width: 50%;
}

.data-content .action-icon-create button img {
    width: 25%;
}

.content-window img {
    width: 35%;
}

.content-window img:hover {
    transition: 0.2s;
    transform: scale(1.3);
}

.content-window .card {
    width: 100%;
}

.content-window .action-btn img {
    width: 50px;
}

.input-group input {
    background-color: #fff;
    border: 2px solid #3B3363;
}

#check-item {
    background-color: rgba(44, 37, 74);
    border: 1px solid #3B3363;
}

tfoot span img {
    width: 2%;
}

.small-box {
    background-color: #3B3363;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}


/*table thead and body*/
/* tbody::-webkit-scrollbar{
display:none;
} */

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0;
    border-bottom: 0.5px solid #36344C;
}

#nonOrderListAble tr {

}

table td:first-child {
    text-align: left;
}

table td:last-child {
    text-align: right;
}

table td {
    text-align: center;
}

table tr:last-child td:first-child {
    /* bottom left radius styles here */
    border-radius: 0px 0px 0px 5px;

}

table tr:last-child td:last-child {
    /* bottom right radius styles here */
    border-radius: 0px 0px 5px 0px;
}

#example thead th {
    text-align: center;
    font-weight: normal;
    top: 0;
    position: sticky;
    background-color: #36344C;
    color: #fff;
}

#example tbody td {
    color: #36344C;
}

#nonOrderListAble thead th {
    text-align: center;
    font-weight: normal;
    top: 0;
    position: sticky;
    background-color: #36344C;
    color: #fff;
}

#nonOrderListAble tbody td {
    color: #fff;
}

#orderListAble thead th {
    text-align: center;
    font-weight: normal;
    top: 0;
    position: sticky;
    background-color: #36344C;
    color: #fff;
}

#orderListAble tbody td {
    color: #36344C;
}

#randomDiv:nth-last-child(odd) {
    background: #343A40;
}

#randomDiv:nth-last-child(even) {
    background: #525D66;
}

/*buttons for supports*/
.session-clear-btn {
    color: #fff;
    background-color: #9356FC;
}

.session-clear-btn:hover {
    color: #fff;
    background-color: #36344C;
    border: 1px solid #9356FC;
}

.reset-mca-btn {
    color: #fff;
    background-color: #FDB500;
}

.reset-mca-btn:hover {
    color: #fff;
    background-color: #36344C;
    border: 1px solid #FDB500;
}


.window {
    margin-top: 3%;
}


/*menu modal */
#smtpCreate {
    margin-top: 8%;
}

#userCreate {
    margin-top: 8%;
}

#userMenu {
    margin-left: -15%;
    margin-top: 10%;
}

#settingMenu {
    margin-left: -15%;
    margin-top: 5%;
}

/*create modal */
#userMenu {
    margin-left: -15%;
    margin-top: 10%;
}

/*List modal */
#userList {
    margin-left: 1%;
    margin-top: 5%;
}

#userList::-webkit-scrollbar {
    display: none;
}

/* Mobile device */
@media (max-width: 600px) {
    .card .card-body form label {
        text-align: left;
        font-weight: normal;
        margin-left: 5%;
    }

    .card-body form label {
        text-align: left;
        font-weight: normal;
    }

    form .form-group label {
        margin-left: 10px;
        text-align: left;
        font-weight: normal;
    }

    .input-group label {
        text-align: left;
        font-weight: normal;
    }

    .info-doc {
        display: none;
    }

    /* .item-icon img {
        width: 50px;
        z-index: 1;
    }     */
    .item-icon a img:hover {
        transition: 0.2s;
        transform: scale(1.2);
    }

    .responsive_infoDoc {
        display: none;
    }

    .random-window {
        display: block;
    }

    .content-window {
        width: 90%;
        margin-left: 4%;
    }

    .content-window h4 {
        text-align: center
    }

    .action-icon {
        position: relative;
        right: 10%;
    }

    /*.menu-window Commented on 23-09-23*/
    /*.menu-window{*/
    /*    margin-left:1%;*/
    /*    width:100%; */
    /*    height:90vh;*/
    /*    border-radius:10px 10px 10px 10px;*/
    /*    padding: 20px;*/
    /*    border: 1px solid #3B3363;   */
    /*}*/
    .data-content {
        height: 95vh;
        /* height:100vh; */
        margin: auto;
        border-radius: 10px 10px 10px 10px;
        width: 95%;
        /* margin-left: 19px; */
        padding: 20px;
        border: 1px solid #3B3363;

    }

    .form-content::-webkit-scrollbar {
        display: none;
    }

    .form-content {
        height: 100vh;
        overflow: auto;
    }

    .form-content form {
        margin-bottom: 80px;
    }

    .content-window img {
        width: 20%;
    }

    .data-content .action-icon img {
        width: 28%;
    }

    .manager-action-icon {
        position: relative;
        right: -6%;
    }

    .data-content .manager-action-icon img {
        width: 28%;
    }

    .ticket-action-icon-create {
        position: relative;
        right: -5px;
        bottom: -20px;
    }

    /* .nas-action-icon-create{
        position:relative;
        right:-5px;
        bottom:-20px;
    } */
    .nas-action-icon-create {
        position: relative;
        right: -18%;
        bottom: -25%;
    }

    .action-icon-delete {
        position: relative;
        right: -20%;
    }

    .data-content .action-icon-delete img {
        width: 30%;
    }

    .data-content .ticket-action-icon-create img {
        width: 100%;
    }

    .data-content .nas-action-icon-create img {
        width: 70%;
    }
}

/* Adding additional styling for input fields with custom class and styling */

/* Example both side icon */

/*<div class="input-container">*/
/*    <i class="left-icon fas fa-lock"></i>*/
/*    <input type="text" class="form-control" placeholder="Password">*/
/*    <i class="right-icon fas fa-eye"></i>*/
/*</div>*/

 /*Example one side icon */

/*<div class="input-container-left">*/
/*    <i class="fas fa-user"></i>*/
/*    <input type="text" class="form-control" placeholder="Username/Email">*/
/*</div>*/


/* Style for the left input container */
.input-container-left {
    position: relative;
}

.input-container-left input {
    padding-left: 35px; /* Add padding to accommodate the left icon */
}

.input-container-left i {
    position: absolute;
    left: 10px; /* Adjust the left position to place the left icon where you want */
    top: 50%; /* Vertically center the left icon */
    transform: translateY(-50%); /* Center the left icon vertically */
}

/* Style for the right input container */
.input-container-right {
    position: relative;
}

.input-container-right input {
    padding-right: 35px; /* Add padding to accommodate the right icon */
}

.input-container-right i {
    position: absolute;
    right: 10px; /* Adjust the right position to place the right icon where you want */
    top: 50%; /* Vertically center the right icon */
    transform: translateY(-50%); /* Center the right icon vertically */
}

/* Shared style for the input field */
.input-container-both {
    position: relative;
}

.input-container-both input {
    padding-left: 30px; /* Add padding to accommodate the left icon */
    padding-right: 30px; /* Add padding to accommodate the right icon */
}

.input-container-both i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Style for the user icon on the left */
.left-icon {
    left: 10px; /* Adjust the left position to place the user icon where you want */
}

/* Style for the lock icon on the right */
.right-icon {
    right: 10px; /* Adjust the right position to place the lock icon where you want */
}