.platform-search-input {
    align-items: center;
    border: 1px solid #D0C9D6;
    max-width: 343px;
    box-shadow: 0px 7px 64px #00000012;
    gap: 6px;
    border-radius: 6px;
    padding: 6px 14px;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.platform-search-input input,.platform-search-input input:focus {
    border: transparent;
    font-size: 15px;
}

input[type="text"] {
    outline: none;
}
.platform-search-input .mdi:before {
    font-size: 24px;
}

.page-title-box .row {
    align-items: center;
    margin: 0 0 27px 0;
}

.page-title-box .row h3,.page-title, .page-title-box .page-title{
    font-size: 34px;
    color: #3F3356;
    line-height: 46px;
    font-weight: 700;
    margin: 0;
}

.page-title-box .row a {
    background: transparent linear-gradient(180deg, #92C23E 0%, #669F00 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 52px;
    line-height: 18px;
}

.platform-user-footer button, .lockeruser-footer button, .allocationBtn button, .assigned_locker_btn  {
    background: transparent linear-gradient(180deg, #92C23E 0%, #669F00 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 20px;
    line-height: 18px; 
}

.table-centered td, .table-centered th {
    padding: 10px 0;
}
.table-centered tbody td {
    padding: 6px 0;
    color:#1A051D;
    font-size: 14px;
}

.platform-table thead {
    background-color:#F5F6FA
}

.platform-table thead th {
    color: #84799A;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}

table.dataTable tr td,table.dataTable tr.odd , .locker-table tr td {
    background-color: #fff !important;
    color: #1A051D;
    font-size: 14px;
    line-height: 19px;
    border-color: #F1F1F3;
}

.platform-table tbody tr span {
    display: flex;
    flex-direction: column;
}

.page-title-box .breadcrumb {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
}

.page-title-box .breadcrumb li:first-child a{
    color: #4E7509;
}

.needs-validation input, .needs-validation textarea {
    box-shadow: 0px 7px 64px #00000012;
    padding: 12px 7px;
    border-radius: 6px;
    background-color: #fff;
    border-color: #D0C9D6;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.platform-user-card .card-header {
    padding: 34px 28px 20px; 
}

.platform-user-card .mb-4 {
    margin-bottom: 20px !important;
}

 select {
    box-shadow: 0px 7px 64px #00000012;
    padding: 12px 7px;
    border-radius: 6px;
    background-color: #fff;
    border-color: #D0C9D6;
    min-height: 48px;
    font-size: 15px;
    line-height: 18px;
    color: #3F3356;
}

.select2-container .select2-selection--multiple, .select2-container .select2-selection--single  {
    min-height: 48px;
    box-shadow: 0px 7px 64px #00000012;
    padding: 12px 7px;
    border-radius: 6px;
    background-color: #fff;
    border-color: #D0C9D6;
  
}

.select2-container .select2-selection--single .select2-selection__rendered,.select2-container .select2-selection--single .select2-selection__rendered, select.form-control {
    color: #3F3356;
    font-size: 15px;
    line-height: 18px
}

.platform-user-card .form-label ,.lockeruserCard .form-label{
    margin-bottom: 5px;
    color: #1A051D;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.platform-user-footer {
    padding-top: 18px;
    border-top: 1px solid #D0C9D6;
    margin-top: 100px;
}


.platform-user-footer .btn-light , .lockeruser-footer .btn-light {
    background-color: #ECE9F1;
    border-radius: 6px;
    padding: 12px 48px;
    font-size: 13px;
    line-height: 18px;
    color: #3F3356;
    font-weight: 700;
}

input[data-switch]:checked+label:after {
    left: 24px;
}



/* input[data-switch=bool]+label:after {
    background: transparent linear-gradient(226deg, #92C23E 0%, #669F00 100%) 0% 0% no-repeat padding-box;
} */
input[data-switch]+label {
    width: 52px;
    height: 30px;
    border-radius: 16px;
}

input[data-switch]+label:after {
    width: 24px;
    height: 24px;
    top: 2px;
}

input[data-switch]:checked+label,input[data-switch=bool]+label {
    background-color: #fff;
    border: 1px solid #E5E5E5; 
    box-shadow: 0px 7px 24px #00000012;
   
}

input[data-switch]:checked+label:after {
    background: transparent linear-gradient(226deg, #92C23E 0%, #669F00 100%) 0% 0% no-repeat padding-box;

}
.user-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.user-switch label {
    color: #3F3356 !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}


.user-switch-msg {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    margin-left: auto;
    margin-right: 70px;
}

/******** LockerUserTabs *********/
.lockeruserCard {
    min-height: 70vh;
}
.lockeruserCard .card-body {
    padding: 21px 28px 50px;
}

.lockeruserCard .card-footer {
    padding: 18px 28px;
    border-top: 1px solid #D0C9D6;
}

.lockeruser-footer .btn-light  .mdi:before {
    font-size: 12px;
    color:#3F3356;
}

.lockeruserCard ul .nav-item span , .lockeruserCard ul .nav-item a{
    color: #1A051D;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}

.lockeruserCard .nav-tabs.nav-bordered li a.active {
    border-bottom: 3px solid #669F00;
}

.lockeruserCard .nav-tabs.nav-bordered li a{
    padding: 12px 29px;
}

.custom-card-body {
    min-height: 70vh;
}



.content-page {
    padding: 70px 0px 65px;
    background-color: #F0F0F7;
}

.content {
    padding: 26px 28px;
}

.locker-btn {
    font-size: 13px;
    color: #3F3356;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    background-color: #ECE9F1;
    border-radius: 6px;
    padding: 5px 10px;
}

.locker-input-editor {
    display: flex;
    gap: 8px;
    /* align-items: center; */
}

.locker-input-editor button {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: #3F3356;
    border-radius: 6px;
    padding: 6px 16px;
    background-color: #ECE9F1;
}

.locker-input-editor input {
    color: #1A051D;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 6px;
    border: 1px solid #D0C9D6;
    padding: 6px 8px;
    width: 10%;
}

.lockerbtnwrap {
    background: transparent linear-gradient(180deg, #92C23E 0%, #669F00 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    width: 74px;
}

.jstree-default .jstree-anchor {
    color: #1A051D;
    font-size: 14px;
    height: 32px;
}

.mdi-folder-outline::before {
    font-size: 15px;
}

.locker-search-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.locker-input-wrapper {
    gap: 15px;
}

.locker-input-wrapper select {
    border: 1px solid #D0C9D6;
    max-width: 180px;
    box-shadow: 0px 7px 64px #00000012;
    border-radius: 6px;
    color: #3F3356;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.locker-verify-user {
    display: flex;
    align-items: center;
    gap: 2px;
}

.locker-input-wrapper .form-control {
    border-radius: 6px;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;

}

.search-locekr-view {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    background-color: #fff;
    max-width:70%;
    padding: 26px 27px;
    flex-direction: column;
}
    
.search-locekr-view  .platform-search-input {
    width: 343px;
    height: 48px;
    display: flex;
   
}

.location-tree-view {
    background-color: #fff;
    max-width: 28%;
    padding: 26px 27px;
    overflow-x: auto;
}

.locker-bank-wrapper .card {
    background-color: transparent;
    box-shadow: none;
}

.locker-bank-wrapper .row {
    gap: 8px;
}

.custom-btn-wrap a {
    background: transparent linear-gradient(180deg, #92C23E 0%, #669F00 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 52px;
    line-height: 18px;

}

.create-locker-row h4 {
    color: #1A051D;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.platform-user-card .form-select {
    font-weight: 600;
    color: #3F3356;
    font-size: 15px;
    line-height: 18px;
}


/* Sample-menu-layout CSS */
.sample-menu-card {
    min-height: 70vh;
}

.sample-menu-card .mdi-information-outline::before {
    font-size: 100px;
    color: #D0C9D6;
}

.sample-menu-card .center {
    text-align: center;
    margin-top: 200px;
}

.sample-menu-card p {
    font-size: 25px;
    color: #3F3356;
    font-weight: 600;
    margin-bottom: 0;
}


/* Add layer modal  */
#addLayerModal .modal-header ,#userDeleteModal .modal-header , #accessDeleteModal .modal-header, #delete-single-modal .modal-header,#delete-lgroup-modal .modal-header,#delete-asnmt-modal .modal-header, #lockerUnitSettingsModal .modal-header{
    border-bottom: none;
    padding: 0;
}

#addLayerModal .modal-body ,#userDeleteModal .modal-body , #accessDeleteModal .modal-body,#delete-single-modal .modal-body, #delete-lgroup-modal .modal-body, #delete-asnmt-modal .modal-body, #lockerUnitSettingsModal .modal-body {
    padding: 0;
}

#addLayerModal .modal-content,#userDeleteModal .modal-content , #accessDeleteModal .modal-content, #delete-single-modal .modal-content, #delete-lgroup-modal .modal-content, #delete-asnmt-modal .modal-content, #lockerUnitSettingsModal .modal-content {
    padding: 24px 27px;
    border-radius: 8px;
}

#addLayerModal .modal-header h4, #userDeleteModal .modal-header h4, #accessDeleteModal .modal-header h4, #delete-single-modal .modal-body h4 , #delete-lgroup-modal .modal-body h4 , #delete-asnmt-modal .modal-body h4,
#lockerUnitSettingsModal .modal-body h4{
    color: #1A051D;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
}

#addLayerForm {
    margin-top: 24px;
}

#addLayerForm label {
    font-size: 15px;
    line-height: 20px;
    color: #3F3356;
    font-weight: 400;
}

#addLayerForm input {
    background: #FFFFFF;
    box-shadow: 0px 7px 64px #00000012;
    border: 1px solid #D0C9D6;
    border-radius: 6px;
    height: 48px;
}

#addLayerModal .btn  {
    background: transparent linear-gradient(180deg, #92C23E 0%, #669F00 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 8px;
    padding: 12px 22px;
    width: 180px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
}

#addLayerModal .modal-dialog , #userDeleteModal .modal-dialog , #accessDeleteModal .modal-dialog, #delete-single-modal .modal-dialog, #delete-lgroup-modal .modal-dialog, #delete-single-modal .modal-dialog, #delete-asnmt-modal .modal-dialog{
    margin-top: 285px;
}

#userDeleteModal .btn, #accessDeleteModal .btn, #delete-single-modal .btn,  #delete-lgroup-modal .btn,
#delete-single-modal .btn , #delete-asnmt-modal .btn{
    border: none;
    border-radius: 6px;
    padding: 12px 22px;
    width: 130px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px; 
}

#userDeleteModal .btn-light , #accessDeleteModal .btn-light,  #delete-lgroup-modal .btn-light,
#delete-single-modal .btn-light {
    background-color: #ECE9F1;
    color: #3F3356;
}

#userDeleteModal .btn-danger, #accessDeleteModal .btn-danger ,#delete-single-modal .btn-danger,  #delete-lgroup-modal .btn-danger, #delete-single-modal .btn-danger, #delete-asnmt-modal .btn-danger {
    background: transparent linear-gradient(180deg, #FF6464 0%, #C75252 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

#userDeleteModal p, #accessDeleteModal p, #accessDeleteModal p,  #delete-lgroup-modal p , #delete-single-modal p, #delete-asnmt-modal p {
    padding: 24px 0;
    max-width: 385px;
    margin-bottom: 0;
}

.dashboard-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    width: 258px;
    height: 145px;
}

.dashboard-title {
    color: #3F3356;
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0;
}

/* input[data-switch=bool]+label {
    background-color: #3F3356;
} */
input[data-switch=bool]+label:before, input[data-switch=bool]:checked+label:before {
    color: transparent !important;
}
input[data-switch=bool]+label:after {
    background-color: #ECE9F1;
}

/* locker-layout CSS */

.import-btn {
    background-color: #3F3356 ;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 30px;
    line-height: 18px;
}

.btn-success {
    background: transparent linear-gradient(180deg, #92C23E 0%, #669F00 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 30px;
    line-height: 18px;
    color: #fff;
}

.btn-primary {
    background-color: #3F3356;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 30px;
    line-height: 18px;
    color: #fff;
}

.btn-brand {
    background-color: #7952B3;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 30px;
    line-height: 18px;
    color: #fff;
}


.btn-warning {
    background-color: #ffbc00;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 30px;
    line-height: 18px;
}

.btn-danger {
    background: transparent linear-gradient(180deg, #FF6464 0%, #C75252 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 30px;
    line-height: 18px;
    color: #fff;
}

#importLayoutCsvModal .modal-content {
    padding: 24px 27px;
}

#importLayoutCsvModal .modal-body {
    padding: 0;
}

#importLayoutCsvModal h4 {
    color: #1A051D;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 20px;
}

#importLayoutCsvForm .form-control {
    font-size: 15px;
    color: #1A051D;
    border: none;

}
.assigned_locker_text {
    color: #1A051D;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.assign-desc {
    font-size: 15px;
    color: #3F3356;
    font-weight: 600;
    max-width: 400px;
    margin-left: auto;
}

.settings-switch {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.settings-switch .form-label {
    margin-bottom: 0;
}

.settings-user-switch-group {
    border: 1px solid #E5E5E5;
    padding: 28px 25px;
    border-radius: 6px;
    box-shadow: 0px 7px 24px #00000012;
    min-height: 640px;
}



/* lockeUnitSettingForm */

#lockeUnitSettingForm label {
    font-size: 15px;
    color: #3F3356;
    padding-bottom: 4px;
}

#lockeUnitSettingForm .form-control {
    box-shadow: 0px 7px 64px #00000012;
    border: 1px solid #D0C9D6;
    border-radius: 6px;
    height: 48px;
}

#lockeUnitSettingForm .form-class {
    width: 24px;
    height: 24px;
}

#lockeUnitSettingForm .check-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
}

#lockeUnitSettingForm .check-row label {
    padding-bottom: 0;
    font-weight: 600;
    color: #1A051D;
}

#lockeUnitSettingForm .modal-link {
    font-weight: 600;
    color: #3B86FF;
    text-decoration: underline;
    font-size: 16px;

}

.locker-allocation {
    font-size: 15px;
    color: #3F3356;
    font-weight: 400;
    margin: 0;
    padding-bottom: 16px;
}

.locker-details {
    color: #1A051D;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 22px;

}

.role-flex {
    display: flex;
    flex-direction: column;
}

.role-flex label {
    color: #1A051D;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 4px;
}
table.platform-table {table-layout:fixed;}/*Setting the table width is important!*/
table.platform-table td {overflow:hidden;}


.lockeruserCard .event-resent-btn {
    background: transparent linear-gradient(180deg, #92C23E 0%, #669F00 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 48px;
    line-height: 18px;
    color: #fff;

}


.lockeruserCard .event-url-btn  {
    background-color: #ECE9F1;
    border-radius: 6px;
    padding: 12px 48px;
    font-size: 13px;
    line-height: 18px;
    color: #3F3356;
    font-weight: 700;
}

.switchbox-row {
    display: flex;
    align-items: center;
    gap: 7px;
}

