
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
    background-color: #09366F;
}
ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    height: auto;
    max-width: 100%;
}

/* scroll bar designs start */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #09366F;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* scroll bar designs end */
.right-padding{
    padding-right: 24px;
}
.main-page{
    display: flex;
    background-color: #09366F;
    width: 100%;
}
.main-page .right-details{
    width: 100%;
    background: #FFFFFFE5;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    margin: 12px 12px 12px 0;
    padding: 24px;
    /* padding-bottom: 24px;    */
    min-height: calc(100vh - 24px);
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    
    
}
.header-search{
    gap: 16px;
}
.header-search .form-group{
    margin-bottom: 0;
    position: relative;
}
.header-search .form-control{
    border-radius: 25px;
    font-size: 14px;
    line-height: 1;
    border-radius: 24px;
    padding-left: 42px;
    border: 1px solid rgba( 255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.5);
    min-width: 250px;
}
.header-search .form-group .addon-img{
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.header-search .form-group .addon-img img{
    height: 18px;
    width: 18px;
}
.header-search .btn-primary{
    height: 40px;
    padding: 10px;
    min-width: 192px;
    justify-content: center;
    align-items: center;
}
.header-search .btn-primary:focus{
    box-shadow: none;
}
.header-search .btn-primary img{
    height: 20px;
    width: 20px;
}
/* page title start */

.right-details  .page-title{
   margin-bottom: 22px;
   padding-top: 0 !important;
   gap: 12px;
}
.right-details .page-title h1{
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #042145;
    margin-bottom: 0;
}
.header-search .flag-icon{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba( 255, 255, 255, 0.7);
}
.header-search .flag-icon img{
    width: 16px;
    height: 11px;
}
/* page title end */

/* btn css start */
.btn-primary {
    background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
    color: #FFFFFF;
}

/* .btn-primary:hover {
    background: #fff;
    color: rgba(4, 33, 69, 1);
} */
.btn {
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0%;
    text-align: center;
    padding: 10.5px 35px;
    text-decoration: none;
    border: unset;
     /* box-shadow: 0px 2px 2px 0px #0033990D; */
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.btn-white{
   background: #fff;
    color: rgba(4, 33, 69, 1);
    border: 1px solid rgba(9, 54, 111, 0.1)
}
.btn-white:hover{
   background: #fff;
    color: rgba(4, 33, 69, 1);
}
/* btn css start */

/* input field common css start */
.form-group {
    margin-bottom: 16px;
}

label {
    color: #596783;
    margin-bottom: 4px;
    font-size: 14px;
}

.form-control {
    border: 1px solid #D9DCE2;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 12px 14px;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #000;

}

.form-control::placeholder {
    color: #8C96A9;
}

textarea.form-control {
    resize: none;
    min-height: 88px;
}

.form-select {
    border: 1px solid #D9DCE2;
    border-radius: 4px;
    padding: 12px 14px ;
    background-color: unset;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #8C96A9;
    background-image: url(../../org-images/arrow-right.svg);
    background-size: 16px 16px;
}

.form-select:focus {
    box-shadow: none;
    border-color: #000;
}

.cust-datepicker {
    color: #8C96A9;
    padding-right: 0;
}

.cust-datepicker[type="date"]::-webkit-calendar-picker-indicator {
    background: url('../../org-images/sidebar-calender.svg') no-repeat;
    background-size: 16px 16px;
    padding-right: 10px;
    cursor: pointer;
    opacity: 1;
    color: transparent;
}

.cust-datepicker[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background: url('../../org-images/sidebar-calender.svg') no-repeat;
    background-size: 16px 16px;
    padding-right: 10px;
    cursor: pointer;
    opacity: 1;
    color: transparent;
}

.cust-datepicker[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    display: none;
}

.cust-time[type="text"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    z-index: 1;
}

.cust-time[type="text"] {
    background: url('../../org-images/clock-modal.svg') no-repeat right 10px center;
    background-size: 16px;

}
/* input field common css end */


/* common modal start */
.offcanvas-backdrop{
background: rgba(2, 14, 29, 0.7);

}
.offcanvas-backdrop.show{
    opacity: 1;
}
.common-modal {
    border-radius: 16px;
    margin: 16px 0;
    max-width: 476px;
    width: 100% !important;
}

.common-modal .offcanvas-title {
    color: #020E1D;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;

}
.common-modal-body{
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
}
.common-modal .btn-close {    
    background-size: 30px 30px;
    background-image: url(../../org-images/modal-icon.svg);
}

.common-modal .btn-close:focus {
    box-shadow: none;
}

.common-modal .offcanvas-header {
    padding: 19px 16px;
    border-bottom: 1px solid #DEE1E8;
}
.modal-footer {
    background: #E6E9EC;
    border-bottom: 1px solid #DEE1E8;
    min-height: 64px;
    padding: 12px 16px;
    border-radius: 0 0px 16px 16px;
}

.pagination-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-details .right-select .form-select {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    color: rgba(4, 33, 69, 0.7);
    font-weight: 400;
    font-size: 14px;
    background-image: url(../../org-images/arrow-right.svg);
    line-height: 140%;
    background-size: 10px 10px;
    max-width: 122px;
    min-width: 122px;
    min-height: 40px;
    padding: 5px 14px;
}

.pagination-details .right-select .form-select:focus {
    box-shadow: none;
}

.pagination-details .pagination .page-item {
    margin-right: 8px;
}

.pagination-details .pagination .page-item:last-child {
    margin-right: 0;
}

.pagination-details .pagination .page-item .page-link {
    border-radius: 50%;
    background-color: transparent;
    height: 32px;
    width: 34px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    justify-content: center;
    color: rgba(4, 33, 69, 0.7);
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    transition: 0.3s ease-in-out;
}

.pagination-details .pagination .page-item .page-link:hover {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #042145;
}

.pagination-details .pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination-details .pagination .page-item.active .page-link {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #042145;
}

.pagination-details .pagination-btn .page-link {
    height: unset;
    width: unset;
}
.pagination-btn .pagination{
    display: flex;
}
.pagination-btn .pagination li{
    margin-right: 12px;
}
.pagination-btn .pagination li:last-child{
    margin: 0;
}
.pagination-btn .pagination a,.pagination-btn .pagination .previous,.pagination-btn .pagination .next,.pagination-btn .pagination span{
    background: #FFFFFF80;
    border: 1px solid rgba( 255, 255, 255, 0.7);
    color: #042145B2;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    border-radius: 24px;
    padding: 9.5px 14px;
    text-decoration:none;
    display: inline-block;
    
}
.pagination-btn .pagination .next img{
     margin-left: 10px;
     transform: rotate(-90deg);
    

}
.pagination-btn .pagination .previous img{
   margin-right: 10px;
   transform: rotate(90deg);
}



/* pagination end */
/* breadcrumb css start */
.common-breadcrumb{
        margin-bottom: 20px;
    }
.common-breadcrumb .breadcrumb .breadcrumb-item{
    color: #042145;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
}
.common-breadcrumb .breadcrumb .breadcrumb-item.active a{
    color:#505050 ;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
.common-breadcrumb .breadcrumb .breadcrumb-item.active a:hover{
    color: #000;
}
 .common-breadcrumb .breadcrumb-item.active{
    color: #042145;
 }
 .common-breadcrumb .breadcrumb-item a{
    color: #505050;
 }
.common-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    content: '';
    background-image: url(../../org-images/breadcrumb-arrow.svg);
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    padding-right: 16px;
    background-repeat: no-repeat;
}
.common-breadcrumb .breadcrumb-item+.breadcrumb-item{
    padding-left: 6px;
}
/* breadcrum css end */


/* top content start */
.common-top-content{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    justify-content: space-between;
}
.common-top-content h2{
    color: #042145;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    
}
.common-top-content h2 span{
    color: #0B82D9;
}
.common-top-content .left-details{
    display: flex;
    align-items: center;
}
.common-top-content .left-details .form-group{
    margin: 0;
    margin-right: 12px;
    position: relative;
}
.common-top-content .left-details .form-group .form-control{
    border: none;
    background: #FFFFFF80;
    border: 1px solid rgba( 255, 255, 255, 0.7);
    border-radius: 24px;
    padding: 5px 16px 5px 42px;
    color: #1B1E22;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    height: 40px;
    max-width: 250px;

}
.common-top-content .left-details .form-group .form-control:focus{
    box-shadow: none;
    border-color: #042145;
}
.common-top-content .left-details .form-group span{
    position: absolute;
    display: flex;
    /* height: 16px;
    width: 16px; */
    transform: translateY(-50%);
    top: 50%;
    left: 16px;
}
.common-top-content .left-details .list-grid{
    height: 40px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;    
    border: 1px solid rgba( 255, 255, 255, 0.7);
    background: #FFFFFF80;
    margin-right: 12px;
    border-radius: 24px;
    padding: 5px 4px;
}


.common-top-content .left-details .list-grid a{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.common-top-content .left-details .list-grid a .hide{
    display: none;
}
.common-top-content .left-details .list-grid a.active .hide{
    display: block;
}
.common-top-content .left-details .list-grid a.active .show{
    display: none;
}
.common-top-content .left-details .list-grid a.active{
    background-color: #FFFFFF;
}
.common-top-content .left-details .top-content-btn .btn{
    background: rgba(255, 255, 255, 1);
    color: rgba(4, 33, 69, 1);
    border: 1px solid rgba(9, 54, 111, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    border: unset;
    font-size: 14px;    
    line-height: 140%;
    border-radius: 24px;
    padding: 8px 20px;
    min-height: 40px;
    transition: 0.3s ease-in-out;
}
.common-top-content .left-details .top-content-btn .btn:focus{
    box-shadow: none;
}
.common-top-content .left-details .top-content-btn .btn img{
    margin-right: 8px;
    transition: 0.3s ease-in-out;
    height: 20px;
    width: 20px;
}
.common-top-content .left-details .top-content-btn .btn.btn-blue{
    background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
    color: #fff;
    
}
/* .common-top-content .left-details .top-content-btn .btn:hover img{
    filter: brightness(0) invert(0);
} */
/* .common-top-content .left-details .top-content-btn .btn:hover{
    background: #fff;
    color: #042145;
} */
.common-top-content .left-details .filter-icon > a{
font-weight: 400;
font-size: 14px;
line-height: 24px;
 height: 40px;
width: max-content;
padding:  5px 14px;
display: flex;
align-items: center;
justify-content: space-between;    
border: 1px solid rgba( 255, 255, 255, 0.7);
background: #FFFFFF80;
margin-right: 12px;
border-radius: 24px;
text-decoration: none;
padding: 5px 15px;
color: rgba(4, 33, 69, 0.5);

}
.common-top-content .left-details .filter-icon > a img{
    margin-right: 10px;
} 
/* top-content-btn end */

/* upload file start */
.upload-box {
    border: 1px dashed #E6E9EC;
    border-radius: 10px;
    padding: 46px;
    text-align: center;
    background-color: #fff;
    transition: 0.3s;
    margin-bottom: 12px;
}

.upload-box input[type="file"] {
    display: none;
}
.upload-icon {
    background-color: #e6f0ff;
    border-radius: 8px;
    height: 40px;
    margin: 0 auto 12px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 ;    
}
.upload-box label {
    cursor: pointer;
}
.upload-title {
    font-weight: 600;
    color: #020E1D;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 4px;

}
.upload-sub {
    color: #576A82;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;

}

.custome-modal .attchement-document{
    border: 1px solid #DEE1E8;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0px 2px 2px 0px #0000000D;
    margin-bottom: 12px;
    
}
.custome-modal .attchement-document:last-child{
    margin-bottom: 0;
}
.custome-modal .attchement-document .document-card{
    padding: 0;
    border: 0;
    box-shadow: none;
    
}
.custome-modal .progress,.custome-modal .progress-stacked {
    height: 2px;
} 
.custome-modal .progress-bar{
    background-color: #0D92F4;
}
.custome-modal .modal-footer .btn{
    margin: 0;
    padding: 9.5px 15px;
    text-align: center;
    margin-right: 10px;
    min-width: 100px;
}
.custome-modal .modal-footer .btn-primary:hover{
    border: 1px solid #fff !important;
}
.custome-modal .modal-footer .btn:last-child{
    margin-right: 0;
}
.custome-modal .modal-footer .btn:not(.btn-check)+.btn:active{
    background-color: unset;
    border: unset ;
}
.custome-modal .modal-footer .btn-primary{
    box-shadow: 0px 2px 2px 0px #0033990D;
}
/* common pdf card start */
.document-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #DEE1E8;
    border-radius: 12px;
}
.document-card:last-child{
    margin-bottom: 0;
}
.document-card .document-card-left{
    display: flex;
    align-items: center;
}
.document-card .card-img{
    height: 40px;
    width: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px
}
.document-card .card-img img{
    height: 20px;
    width: 20px;
}
.document-card h5{
    display: flex;
    align-items: start;
    color: #020E1D;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin: 0;
}
.document-card h5 span{
    color: #042145B2;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
    margin-left: 8px;
    display: inline-block;
}
.document-card .document-card-right{
   height: 36px;
   width: 36px;
   cursor: pointer;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   box-shadow: 0px 2px 2px 0px #0000000D;
   border: 1px solid #E6E9EC;
   background-color: #fff;
 
}
.custome-modal .modal-dialog{
    max-width: 476px;
    margin: 0 auto;
}

.custome-modal .modal-header {
    border-bottom: 1px solid #E6E9EC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custome-modal .modal-header .modal-title{
    color: #020E1D;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}    
.custome-modal .modal-header .btn-close{
   background-image: url(../../org-images/modal-icon.svg);
    opacity: 1;
    background-size: 35px 35px;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
}

/* common pdf card end */
/* upload file end */


/*\ dropdown css start */
.dropdown-menu .dropdown-item {
    font-size: 14px;
    cursor: pointer;
    color: #042145B2;
}
.dropdown-menu .dropdown-item-order {
    font-size: 14px;
    color: #042145B2;
    margin: 10px;
}
/* dropdown css end */
.right-details .course-detail-title{
    display: flex;
    align-items: center;
    
}
.right-details .course-detail-title h1{
    color: #042145;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 100%;
    display: flex;
    align-items: center;
}
.right-details .course-detail-title h1 img{
    margin-right: 12px;
}
.jq-toast-wrap .jq-toast-single{
    background-color: #3c763d !important;
}
.jq-toast-wrap .jq-toast-single.jq-icon-error{
    background-color: #CC3300 !important;  
}


/* multi select css start */
.select2-container {
    width: 100% !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 30px;  
    padding: 7px 14px; 
    margin-left: 0;
    font-weight: 400;
    font-size: 14px;
    /* height: unset; */
    line-height: normal;
    letter-spacing: 0%;
    
    
}
.select2-container .select2-search--inline .select2-search__field::placeholder{
    color: #8C99A9;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 26px;
    min-height: 28px;
    padding: 4px 6px 5px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid var(--Neutral-Neutral-0, #E6E9EC);

}
.select2-container--default .select2-results__options {
    max-height: 200px;  
    overflow-y: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    border: 0 !important;
    background-color: #F5F6F7 !important;
    padding: 4px 20px 4px 8px !important;
    border-radius: 21px !important;
    color: #020E1D !important;
    font-size: 14px !important;
    
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #003399;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #020E1D !important;
    border-right: 0 !important;
    font-size: 16px !important;
    right: 8px !important;
    top: 4px !important;
    left: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    margin-top: 7px;
    right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
   color: #020E1D;
    font-size: 14px;
    font-weight: 500;
    padding-left: 4px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
    border-radius: 8px;
}
/* multi select css end */
.scroll-page{
    height: calc(100vh - 230px);
    overflow-y: auto;
}

.image-checkbox.checked-img:checked {
    background-image: url('../../org-images/session-tool/checked-blue-img.svg');
}
.image-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: url('../../org-images/session-tool/blank-img-checkbox.svg') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
}
.form-check-input:focus{
    box-shadow: unset;
    outline: unset;
}


/* view task modal css start */
.custome-modal.dashboard-modal .modal-dialog{
    max-width: 510px;
}
.custome-modal.dashboard-modal .modal-header .modal-title{
    font-size: 24px;
}
.custome-modal.dashboard-modal .modal-header{
    padding: 20px 20px 0;
    border: 0;
}
.custome-modal.dashboard-modal .modal-body{
    padding-top: 12px;
    padding-bottom: 20px;
}
.custome-modal.dashboard-modal .modal-body .disc{
    margin-bottom: 20px;
}
.custome-modal.dashboard-modal .modal-body .disc p{
    color: #1B1E22CC;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    line-height: 150%;
}
.custome-modal.dashboard-modal .modal-body .pro-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custome-modal.dashboard-modal .modal-body .pro-list li{
    background-color: #E6E9EC;
    display: flex;
    border-radius: 50px;
    justify-self: space-between;
    align-items: center;
    padding: 4px 15px 4px 4px;
    margin-right: 16px;
}
.custome-modal.dashboard-modal .modal-body .pro-list li:last-child{
    margin-right: 0;
}
.custome-modal.dashboard-modal .modal-body .pro-list li img{
    flex-shrink: 0;
    margin-right: 8px;  
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
    padding: 1px;


}
.custome-modal.dashboard-modal .modal-body .pro-list li span{
    color: #020E1D;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;

}
.custome-modal.dashboard-modal  .modal-footer{
    background-color: unset;
    padding: 20px 0;    
    margin: 0 16px;
    flex-wrap: unset;
    min-height: unset;
    justify-content: space-between;
}
.custome-modal.dashboard-modal  .modal-footer .left{
    display: flex;
    align-items: center;
    width: 100%;
}
.custome-modal.dashboard-modal  .modal-footer .left figure{
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    margin: 0;
    margin-right: 10px;
    border-radius: 50%;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid  #E6E9EC;

}
.custome-modal.dashboard-modal  .modal-footer .left p{
    margin-bottom: 4px;
    color: #042145B2;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.custome-modal.dashboard-modal  .modal-footer .left h6{
    color: #020E1D;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}
.custome-modal.dashboard-modal  .modal-footer .right{
    display: flex;
    align-items: center;
}
.custome-modal.dashboard-modal  .modal-footer .right .btn:first-child{
    margin-right: 16px;
}
.custome-modal.dashboard-modal  .modal-footer .right .btn{
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #09366F1A;
    background-color: #fff;
    min-width: unset;
}
.custome-modal.dashboard-modal  .modal-footer .right .btn img.hide{
    display: none;
}
.custome-modal.dashboard-modal  .modal-footer .right .btn:hover img.hide{
    display: block;
}
.custome-modal.dashboard-modal  .modal-footer .right .btn:hover img.show{
    display: none;
}


/* confirm modal css start */
.confirm-task-delete-modal .modal-body{
  padding: 50px;
}
.confirm-task-delete-modal .member-content{
  display: flex;
  align-items: center;
}
.confirm-task-delete-modal .conetnt-left{
  flex-shrink: 0;
  margin-right: 16px;
}
.confirm-task-delete-modal .content-right h3{
  font-size: 28px;
  line-height: 1.2;
   color: #1B1E22;
}
.confirm-task-delete-modal .btn-groups .btn-white:hover {
    background: #fff !important;
    color: rgba(4, 33, 69, 1) !important;
    border: 1px solid rgba(9, 54, 111, 0.1) !important;
}


.confirm-todo-delete-modal .modal-body{
  padding: 50px;
}
.confirm-todo-delete-modal .member-content{
  display: flex;
  align-items: center;
}
.confirm-todo-delete-modal .conetnt-left{
  flex-shrink: 0;
  margin-right: 16px;
}
.confirm-todo-delete-modal .content-right h3{
  font-size: 28px;
  line-height: 1.2;
   color: #1B1E22;
}
.confirm-todo-delete-modal .btn-groups .btn-white:hover {
    background: #fff !important;
    color: rgba(4, 33, 69, 1) !important;
    border: 1px solid rgba(9, 54, 111, 0.1) !important;
}
/* confirm modal css end */
/* view task modal css end */

/* delete common modal start */
.delete-common-modal .member-content{
    display: flex;
    align-items: center;
}

.delete-common-modal .modal-body{
    padding: 30px 20px 20px;
}
.delete-common-modal .modal-body .conetnt-left{
    margin-right: 12px;
    flex-shrink: 0;
}
.delete-common-modal .modal-body .conetnt-left img{
    height: 65px;
    width: 65px;
    border-radius: 50%;
}
.delete-common-modal .btn-groups{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #DEE1E8;
    display: flex;
    justify-content: end;
}
.delete-common-modal .modal-header .modal-title{
    font-size: 22px;
}
.delete-common-modal .content-right h3{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
}
.delete-common-modal .btn-groups .btn-white:hover {
    background: #fff !important;
    color: rgba(4, 33, 69, 1) !important;
    border: 1px solid rgba(9, 54, 111, 0.1) !important;
}
/* delete common modal end */



/* select search list */
.ui-menu.ui-widget{
   max-height: 200px;
   overflow-y: auto;

}
.ui-menu.ui-widget .search-glb-list{
   display: flex;
   align-items: start;
}
.ui-menu.ui-widget .search-glb-list:hover .search-glb-title h4{
      color: #fff;
}
.ui-menu.ui-widget .search-glb-li{
      padding: 3px;
}

.ui-menu.ui-widget .search-glb-list:hover .search-glb-title p{
   color: #fff;
}
.ui-menu.ui-widget .search-glb-img{
   height: 32px;
   width: 32px;
   border-radius: 50%;
   flex-shrink: 0;
   margin-right: 10px;
}
.search-glb-title h4 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 2px;
}
.ui-menu .ui-menu-item-wrapper{
    padding: 0 10px;
}
.ui-menu.ui-widget .search-glb-li{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #09366F1A;
}
.search-glb-title p{
   margin-bottom: 0;
   font-size: 14px;
}
.search-glb-title p strong{
   font-weight: unset;
}
.ui-widget-content{
    color: #000;
}
/* select search list */


/* top-back-btn */
.top-back-btn{
position: absolute;
top: 40px;
opacity: 0;
}

@media screen and (min-width: 1921px) {
    .right-details .page-title h1{
        font-size: 34px;
    }
    .common-top-content h2{
        font-size: 22px;
    }

    .common-top-content .left-details .form-group .form-control{
        height: 44px;
        font-size: 16px;
        max-width: 300px;
    }
    .common-top-content .left-details .list-grid {
        height: 44px;
    }
    .common-top-content .left-details .list-grid a{
        height: 32px;
        width: 32px;
    }
    .common-top-content .left-details .list-grid a img{
        height: 18px;
        width: 18px;
    }
    .common-top-content .left-details .filter-icon > a{
        height: 44px;
        font-size: 20px;
        padding: 5px 20px;
    }

    .common-top-content .left-details .filter-icon > a img{
        height: 20px;
    }
    .common-top-content .left-details .top-content-btn .btn{
        font-size: 16px;
        min-height: 44px;
        padding: 8px 25px;
    }
    .btn{
        font-size: 16px;
    }


    /* pagination css start */
    .pagination-details .pagination .page-item .page-link {
        font-size: 14px;
        height: 38px;
        width: 36px;
    }
    .pagination-btn .pagination a, .pagination-btn .pagination .previous, .pagination-btn .pagination .next, .pagination-btn .pagination span{
        padding: 12px 18px;
        font-size: 16px;
    }
    .pagination-btn .pagination li img{
        height: 14px;
    }
    
    /* pagination css end */
    /* common modal */
    .common-modal{
        max-width: 520px;
    }
    .common-modal .offcanvas-title{
        font-size: 22px;
    }
    label{
        font-size: 16px;
    }
    .form-control{
        height: 48px;
        padding: 12px 14px;
    }
    /* common modal end*/
    
}
@media screen and (max-width: 1365px) {
.common-top-content .left-details .form-group .form-control{
    max-width: 180px;
}
}
@media screen and (max-width: 991px) {
    .main-page{
        display: block;
    }
    .main-page .right-details{
        margin-top: 0;
        padding-right: 16px;
    }

    /* common top content start */
    .common-top-content .left-details .form-group .form-control{
        height: 36px;
        padding: 5px 12px 5px 32px;
    }
    .common-top-content .left-details .form-group span img{
        height: 14px;
    }
    .common-top-content .left-details .form-group span{
        left: 12px;
        
    }
    .common-top-content .left-details .list-grid{
        height: 36px;
    }
    .common-top-content .left-details .filter-icon > a{
        height: 36px;
    }
    .common-top-content .left-details .filter-icon > a img {
    margin-right: 5px;
    height: 14px;
}
.common-top-content .left-details .top-content-btn .btn{
    padding: 3px 15px;
    min-height: 36px;
}
/* common top content start */
/* common top content start */
 .common-top-content{
    flex-direction: column;
    align-items: start;
 }
 .common-top-content h2{
    margin-bottom: 10px;
    font-size: 18px;
 }
 .common-top-content .left-details{
    flex-wrap: wrap;
 }
 .common-top-content .left-details .form-group,.common-top-content .left-details .list-grid,.common-top-content .left-details .filter-icon,.common-top-content .left-details .top-content-btn{
    margin-bottom: 8px;
 }
 /* common top content end */
 /* .scroll-page{
    height: unset;
    overflow-y: unset;
 } */
 .header-search .form-control{
   font-size: 0;
   min-width: unset;
   height: 40px;
   width: 40px !important;
   display: flex;
   align-items: center;
   border-radius: 50%;
   padding-left: 0;
}
.header-search .form-group .addon-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-search .btn-primary{
    font-size: 0;
    height: 40px;
    gap: 0 !important;
    width: 40px;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; 
    min-width: unset;
}
.header-search{
    gap: 8px;
}


}
@media screen and (max-width: 1399px) {
    .right-details .page-title{
        padding-top: 28px;
    }
    .right-details .page-title h1{
        font-size: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .right-details .page-title{
        padding-top: 25px;
    }
    .right-details .page-title h1{
        font-size: 28px;
    }
    .header-search .form-control{
        min-width: unset;
        width: 230px;
    }
   
}
@media screen and (max-width: 991px) {
 .main-page .right-details{
        overflow-y: auto;
        max-height: unset;
        min-height: calc(100vh - 95px);
    }
    .scroll-page{
        padding-bottom: 10px;
        height: calc(100dvh - 388px);
    }
    
    .main-page .right-details{
        padding-left: 16px;
        padding-bottom: 20px;
    }
    .right-padding{
        padding-right: 16px;
    }
    .pagination-details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    /* flex-wrap: wrap; */
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6ebf0;
    padding: 12px;
    box-shadow: 3px -2px 2px -6px rgba(0,0,0,4);
    z-index: 1;
}  
.pagination-details .right-select .form-select{
    font-size: 12px;
    min-width: 106px;
    height: unset;
    min-height: 36px;
}
.pagination-details .pagination .page-item .page-link{
    height: 26px;
    width: 28px;
}
.pagination-details .pagination .page-item{
    margin-right: 5px;
}
.pagination-btn .pagination a, .pagination-btn .pagination .previous, .pagination-btn .pagination .next, .pagination-btn .pagination span{
    font-size: 12px;
    padding: 9.5px 10px;
}
.pagination-btn .pagination .next img{
    margin-left: 5px;
}
.pagination-btn .pagination .previous img{
    margin-right: 5px;
}
    
}
@media screen and (max-width: 768px) {
    .right-details .page-title h1{
        font-size: 22px;
    }
    .right-details .page-title{
        margin-bottom: 20px;
    }
    .document-card{
        padding: 12px;
    }
    .common-top-content .left-details .form-group .form-control{
        max-width: 120px;
    }

    .custome-modal.dashboard-modal .modal-header {
        padding: 16px 12px 0;
    }
    .custome-modal.dashboard-modal .modal-body{
        padding-left: 12px;
        padding-right: 12px;
    }
    .custome-modal.dashboard-modal .modal-footer{
        margin: 0 12px;
    }
    .custome-modal.dashboard-modal .modal-header .modal-title {
        font-size: 20px;
    }
    .custome-modal.dashboard-modal .modal-body .pro-list li span{
        font-size: 14px;
    }
    .custome-modal.dashboard-modal  .modal-footer .right .btn:first-child {
        margin-right: 6px;
    }
    .custome-modal.dashboard-modal .modal-footer .left figure{
        height: 35px;
        width: 35px;
        margin-right: 6px;
    }
    .custome-modal.dashboard-modal .modal-footer .left figure img{
        height: 16px;
    }
    .custome-modal.dashboard-modal .modal-footer .right .btn{
        height: 35px;
        width: 35px;
    }
    .custome-modal.dashboard-modal .modal-footer .right .btn img{
        height: 16px;
    }
    .common-breadcrumb .breadcrumb .breadcrumb-item{
        font-size: 14px;
    }

    .scroll-page{
            height: unset;
            overflow: unset;
    }
    
}
@media screen and (max-width: 575px) {
    .pagination-details{
        
        flex-direction: column;
        justify-content: center;
        
    }
    .pagination-details .pagination{
        margin: 10px 0;
    }
    .select2-container{
        width: 60% !important;
    }
    .scroll-page {
    padding-bottom: 115px;
}
.right-details .page-title h1{
        font-size: 20px;
    }
}
/* common modal end */


/* learning design fix start*/
.educast-common-popup {
	/* max-width: 520px !important; */
}

.educast-common-popup .modal-content .todo-modal-top-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #DEE1E8;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.educast-common-popup .modal-content .todo-modal-top-text .btn-close {
	background: unset;
	background-image: url(../../org-images/modal-icon.svg);
	height: 40px;
	width: 40px;
	background-size: 40px 40px;
	opacity: 1;
	background-position: right;
	background-repeat: no-repeat;
	padding: 0;
}

.educast-common-popup .modal-content .todo-modal-top-text .btn-close:focus {
	box-shadow: none;
}

.educast-common-popup .modal-content .todo-modal-top-text h4 {
	font-weight: 600;
	font-size: 18px;

	line-height: 100%;

}

.educast-common-popup .modal-content .todo-modal-top-text h2 {
	font-size: 22px;
}

.educast-common-popup .modal-content .chosen-container-single .chosen-single {
	border: 1px solid #D9DCE2;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: none;
	padding: 12px 14px;
	height: 44px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #020E1D;
}

.educast-common-popup .modal-content .chosen-container-single .chosen-single div b {
	background-image: url(../../org-images/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 12px;
	right: 14px;
}

.educast-common-popup .modal-content .chosen-container-single .chosen-single span {
	color: #020E1D;
}

/* select search list */
.educast-common-popup .chosen-drop .chosen-results .active-result {
	display: flex;
	align-items: center;
}

.educast-common-popup .chosen-drop .chosen-results .active-result .ed-people-box {
	display: flex;
	align-items: center;
}

.educast-common-popup .chosen-drop .chosen-results .active-result .ed-people-box .people-profile {
	width: 60px;
	height: 60px;
	flex-shrink: 0;

}

.educast-common-popup .chosen-drop .chosen-results .active-result .ed-people-box .people-profile img {
	height: 100%;
	width: 100%;
}

.educast-common-popup .chosen-drop .chosen-results .active-result .ed-people-box .people-content {
	margin-left: 12px;
}

.educast-common-popup .chosen-drop .chosen-results .active-result .left-content h3 {
	font-size: 14px;
}

.educast-common-popup .modal-footer {
	margin: 0 -16px;
	border-radius: 0 0 12px 12px;
}

.btn-white-cancel {
	background: #fff;
	color: rgba(4, 33, 69, 1);
	border: 1px solid rgba(9, 54, 111, 0.1);
	border-radius: 100px;
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0%;
	text-align: center;
	padding: 10.5px 35px;
	text-decoration: none;
	border: unset;
	/* box-shadow: 0px 2px 2px 0px #0033990D; */
	display: inline-block;
	transition: 0.3s ease-in-out;
}

.educast-common-popup .modal-content {
	border-radius: 12px;
}

.educast-common-popup .chosen-container .chosen-results {
	max-height: 150px;
}
.common-view-details .modal-body p{
    color: #1B1E22CC;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    line-height: 150%;
}
.common-view-details .modaltime-user .modaltime-left{
background-color: #E6E9EC;
    display: flex;
    border-radius: 50px;
    justify-self: space-between;
    align-items: center;
    padding: 4px 15px 4px 4px;
    margin-right: 16px;
}
.common-view-details .modaltime-user{
    margin-bottom: 20px;
    margin-top: 20px;
}
.common-view-details .modaltime-user .modaltime-left img{
 flex-shrink: 0;
    margin-right: 8px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
    padding: 1px;
}
   .common-view-details .modaltime-div .modaltime-user{
    display: flex;
    align-items: center;
   } 
 .modaltime-div{
    display: flex;
    align-items: center;
 }
 .modaltime-div .modaltime-left{
    margin-right: 20px;
    display: flex;
    align-items: center;
 }
 .modaltime-div .modaltime-left img{
    margin-right: 6px;
 }
 .modaltime-div .modaltime-left span{
    font-size: 15px;
    color: #020E1D;
 }
 .modaltime-div .modalbutton-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.modaltime-div  .modalbutton-right button{
  padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #09366F1A;
    background-color: #fff;
    min-width: unset;
}
.modaltime-div  .modalbutton-right button:first-child{
    margin-right: 15px;
}
.chat-buble {
    position: fixed;
    bottom: 40px;
    right: 28px;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* learning design fix end*/

/* Calander view detail popup start */

.educast-common-popup .modal-content {
	border-radius: 12px;
}

.educast-common-popup .chosen-container .chosen-results {
	max-height: 150px;
}
.common-view-details .modal-body p{
    color: #1B1E22CC;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    line-height: 150%;
}
.common-view-details .modaltime-user .modaltime-left{
background-color: #E6E9EC;
    display: flex;
    border-radius: 50px;
    justify-self: space-between;
    align-items: center;
    padding: 4px 15px 4px 4px;
    margin-right: 16px;
}
.common-view-details .modaltime-user{
    margin-bottom: 20px;
    margin-top: 20px;
}
.common-view-details .modaltime-user .modaltime-left img{
 flex-shrink: 0;
    margin-right: 8px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
    padding: 1px;
}
   .common-view-details .modaltime-div .modaltime-user{
    display: flex;
    align-items: center;
   } 
 .modaltime-div{
    display: flex;
    align-items: center;
 }
 .modaltime-div .modaltime-left{
    margin-right: 20px;
    display: flex;
    align-items: center;
 }
 .modaltime-div .modaltime-left img{
    margin-right: 6px;
 }
 .modaltime-div .modaltime-left span{
    font-size: 15px;
    color: #020E1D;
 }
 .modaltime-div .modalbutton-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.modaltime-div  .modalbutton-right button{
  padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #09366F1A;
    background-color: #fff;
    min-width: unset;
}
.modaltime-div  .modalbutton-right button:first-child{
    margin-right: 15px;
}
.main-educast-view-pop-up .calendar-timemo-middle{
    margin-top: 20px;
}
.main-educast-view-pop-up .calendar-timemo-middle h3{
        font-size: 18px;
        line-height: 1.4;
        color: #020E1D;
        font-weight: 600;
        margin-bottom: 0;
}
.main-educast-view-pop-up .calendar-timemo-middle .cal-modal-time{
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}
.main-educast-view-pop-up .cal-modal-time-div{
    margin-right: 20px;
}
.main-educast-view-pop-up .cal-modal-time-div:last-child{
    margin-right: 0;
}
.main-educast-view-pop-up .cal-modal-time-div span{
    font-size: 15px;
    color: #020E1D;
}
.main-educast-view-pop-up .modal-sub h4{
    font-size: 18px;
    line-height: normal;
    color: #020E1D;
    font-weight: 600;
    margin-bottom: 8px;
}
.main-educast-view-pop-up .modal-cours .modal-cours-left .cours-user{
    display: flex;
    align-items: center;
    
}
.main-educast-view-pop-up .modal-cours .modal-cours-left .cours-user span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #1B1E22;
    display: inline-block;
    text-transform: capitalize;
}
.main-educast-view-pop-up .modal-cours .modal-cours-left .cours-user {
    background: rgba(9, 55, 112, 0.1);
    display: flex;
    padding: 4px 11px 4px 4px;
    align-items: center;
    border-radius: 24px;
}
.main-educast-view-pop-up .modal-cours .modal-cours-left .cours-user img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
}
.main-educast-view-pop-up .modal-cours .modal-cours-left h4 ,.main-educast-view-pop-up .modal-cours-right h4{ 
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #1B1E22;
    margin-bottom: 10px;
}
.custome-modal.dashboard-modal.main-educast-view-pop-up .modal-body{
    padding-bottom: 0;
}
.main-educast-view-pop-up .modal-body .calendar-timemo-body .calendar-timemo-middle .modal-cours {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}
.main-educast-view-pop-up .modal-body .calendar-timemo-body .calendar-timemo-middle .modal-cours .modal-cours-right h2 {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    color: #1B1E22;
    margin-bottom: 0px;
}
.main-educast-view-pop-up.custome-modal.dashboard-modal .modal-footer{
    background: #E6E9EC;
    border-bottom: 1px solid #DEE1E8;
    min-height: 64px;
    padding: 12px 16px;
    border-radius: 0 0px 10px 10px;
    margin: 0 -16px;
}
/* Calander view detail popup end */
.dropdown-item.active, .dropdown-item:active{
        background-color: unset;
}
.error{
    color: red;
}



/* dasdhboard certificate css start*/
.dashboard-cetified-modal.certified-section {
    position: fixed;
    right: 90px;
    bottom: 0px;
    z-index: 999;
    background: transparent;
    border: unset;
    width: 13%;
    min-width: 230px;
}
.dashboard-cetified-modal.certified-section .certified-member-btn {
    margin-left: auto;
    border-radius: 15px 15px 0px 0px;
    background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
    color: #fff;
    min-height: 20px;
    margin-right: 50px;
    padding: 8px 12.5px !important;
}
.dashboard-cetified-modal.certified-section .certified-member-btn:focus {
    box-shadow: unset;
}
.dashboard-cetified-modal.certified-section .certified-member-btn:not(.collapsed) .fa-chevron-up {
    transform: rotate(180deg);
}
.dashboard-cetified-modal .certified-member {
    background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
    border-radius: 10px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 14px;
}
.dashboard-cetified-modal .certified-member .certified-content .member-img {
    margin-bottom: 20px;
}
.dashboard-cetified-modal .certified-member .certified-content p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.dashboard-cetified-modal .check-box .form-check-input {
    height: 20px;
    width: 20px;
}
.dashboard-cetified-modal .check-box label {
    padding-left: 10px;
}
.dashboard-cetified-modal .certified-member .certified-content .btn{
  height: unset;
  padding: 10px 25px;
  background: #fff;
  color: #000;
  font-size: 12px;
    margin: 0 auto;
    width: 100%;
}
.dashboard-cetified-modal .check-box .form-check-input:checked {
    background-color: #8AC142;
    border-color: #8AC142;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#doorbell-button {
    bottom: 45%;
    right: -40px;
    transform: rotate(270deg);
    background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
}

.feedback-new-design{
    width: 100% !important;
    border-radius: 16px;    
    box-shadow:
  -6px 8px 22px 0px rgba(0, 0, 0, 0.04),
  -23px 32px 39px 0px rgba(0, 0, 0, 0.04),
  -51px 73px 53px 0px rgba(0, 0, 0, 0.02),
  -90px 130px 63px 0px rgba(0, 0, 0, 0.01);
    max-width: 500px;
    margin: 0 15px !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50% , -50%);
}
#doorbell.feedback-new-design form legend{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E6E9EC;
    color: #020E1D;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}
#doorbell.feedback-new-design form{
    padding: 20px 16px;
}
#doorbell-background{
    background: #020E1D;
    opacity: 0.7;
}
.feedback-new-design #doorbell-container .close{
    top: 21px;
}
#doorbell.feedback-new-design .form-control{
    border: 1px solid #D9DCE2;
    width: 93%;
    background: #FFFFFF;
    border-radius: 4px;
    resize: none;
    box-shadow: unset !important;
    padding: 12.5px 14px;
    margin-bottom: 16px;
    height: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #000;
}
#doorbell.feedback-new-design .form-control:focus{
    border: 1px solid #000;
}
#doorbell.feedback-new-design .buttons button{
    background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
    border: 0;
    border-radius: 60px;
    padding: 10px;
}
#doorbell.feedback-new-design #doorbell-powered-by{
    font-size: 14px;
    color: #020E1D;
    text-align: center;
    width: 100%;
    font-weight: 300;
}
@media (max-width: 520px) {
    .feedback-new-design {
        left: 50% !important;
        width: 94% !important;
        margin: 0 auto !important;
    }
}
/* dasdhboard certificate css end*/


