.bg-cover-center {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.no-decoration {
    text-decoration: none;
}

.min-h-100vh {
    min-height: 100vh;
}

.no-list-style {
    list-style-type: none;
}

.box-shadow,
.search-with-dropdown .search-dropdown {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.negative-horizontal-margin,
.dashboard-main-chart-area {
    margin-left: -15px;
    margin-right: -15px;
}

.overflow-hidden {
    overflow: hidden;
}

.table-layout-fixed {
    table-layout: fixed;
}

.cursor-pointer {
    cursor: pointer;
}

.line-clamp1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.text-mini {
    font-size: 12px;
}

.text-large {
    font-size: 20px;
}

.mx-reverse-2,
.filter-container,
.inline-form-box .single-row {
    margin-left: -8px;
    margin-right: -8px;
}

.stylish-scroll::-webkit-scrollbar,
.sidebar .nav-box::-webkit-scrollbar,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar,
.table-box::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.stylish-scroll::-webkit-scrollbar-track,
.sidebar .nav-box::-webkit-scrollbar-track,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track,
.table-box::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.stylish-scroll::-webkit-scrollbar-thumb,
.sidebar .nav-box::-webkit-scrollbar-thumb,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb,
.table-box::-webkit-scrollbar-thumb {
    background-color: #f39c12;
    border-radius: 4px;
}

.form-control-mini {
    padding: 3px 8px 1px;
    border-radius: 6px;
    border: 1px solid #858585;
    transition: 0.3s;
    width: 100%;
}

.form-control-mini:focus {
    outline: 0;
    border-color: #f39c12;
}

.form-control-mini-freez {
    padding: 2px 8px;
    border-radius: 6px;
    border: 1px solid #858585;
    max-width: 160px;
    width: 100%;
}

.max-w-500px {
    max-width: 500px;
    width: 100%;
}

.white-space-nowrap {
    white-space: nowrap;
}

.field-with-inline-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 500px;
}

.field-with-inline-label span {
    width: 100px;
    margin-right: 8px;
    /* color: #9DA8B4; */
    text-align: center;
}

.field-with-inline-label input {
    width: calc(100% - 108px);
}

/***************************************
    TEXT COLORS
***************************************/
.text-primary {
    color: #000000 !important;
}

.text-secondary {
    color: #f39c12 !important;
}

.text-gray {
    color: #8B8A9B !important;
}

.text-light-gray {
    color: #f5f5f5 !important;
}

.text-success {
    color: #0ACD82 !important;
}

.text-danger {
    color: #FF0000 !important;
}

/***************************************
    BACKGROUND COLORS
***************************************/
.bg-primary {
    background-color: #000000 !important;
}

.bg-secondary {
    background-color: #ED9C28 !important;
}
.bg-secondary-new {
    background-color: #ED9C28 !important;
}
.bg-gray {
    background-color: #8B8A9B !important;
}

.bg-lightgray {
    background-color: #f5f5f5 !important;
}

.bg-success {
    background-color: #0ACD82 !important;
}

.bg-danger {
    background-color: #FF0000 !important;
}

.bg-danger-new{
    background-color: #D2322D !important;
}
.bg-success-new{
    background-color: #3276B1 !important;
}
.bg-primary-new{
    background-color:#39B3D7 !important;
    opacity: 0.7;
}
.bg-blue{
    background-color: #428BCA;

}
.bg-parrot{
    background-color: #47A447;
}
.bg-white{
    background-color: #fff;
}
@font-face {
    font-family: "Larsseit";
    src: url("../../fonts/Larsseit.otf");
}

@font-face {
    font-family: "Larsseit-Medium";
    src: url("../../fonts/Larsseit-Medium.otf");
}

@font-face {
    font-family: "Larsseit-Bold";
    src: url("../../fonts/Larsseit-Bold.otf");
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}
.main-content-bg-color{
    background-color: #f8f6f8;
}
body {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 16px;
    min-height: 100vh;
    font-family: "Larsseit";
    background-color: #f8f6f8;
}

@media only screen and (max-width: 1440px) {
    body {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 12px;
    }
}

h1 {
    font-size: 35px;
    font-weight: 700;
}

@media only screen and (max-width: 1440px) {
    h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 26px;
    }
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

@media only screen and (max-width: 1440px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1200px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

@media only screen and (max-width: 1440px) {
    h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 26px;
    font-weight: 600;
}

@media only screen and (max-width: 1440px) {
    h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 22px;
    font-weight: 600;
}

@media only screen and (max-width: 1440px) {
    h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    h5 {
        font-size: 16px;
    }
}

h6 {
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 1440px) {
    h6 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    h6 {
        font-size: 14px;
    }
}

ul,
ol {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

span {
    display: inline-block;
}

a,
button {
    transition: 0.3s;
}
a{
    text-decoration: none !important;
}
/*************************************
    FORM CONTROL FIELD
*************************************/
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1530px;
    }
}

.form-control {
    transition: 0.3s;
    transition-timing-function: ease-in;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
}

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

.form-control::-webkit-outer-spin-button,
.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-control[type=number] {
    -moz-appearance: textfield;
}

.form-floating>label {
    padding: 0.25rem 0.75rem;
    font-size: 16px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: unset;
    top: 13px;
}

.form-floating>.form-select {
    padding-top: 1.425rem;
    padding-bottom: 0.425rem;
    cursor: pointer;
}

.form-control,
.form-select {
    background-color: #fff;
    height: 41px !important;
    font-size: 14px;
    border-color: #E5E9EC;
    transition: 0.3s;
    transition-timing-function: ease-in;
}

@media only screen and (max-width: 1440px) {

    .form-control,
    .form-select {
        height: 33px !important;
    }
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 1px solid #f39c12;
}

.form-floating .form-control,
.form-floating .form-select {
    padding: 1.25rem 0.75rem 0.5rem !important;
}

textarea.form-control {
    height: unset !important;
}

.form-control {
    padding: 0.5rem 0.75rem !important;
    transition: 0.3s;
    transition-timing-function: ease-in;
}

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

.form-control[type=password] {
    padding-right: 2.5rem !important;
}

.form-control~.input-group-addon {
    position: absolute;
    right: 15px;
    top: 15px;
}

.form-control~.input-group-addon i {
    color: #5F6368;
}

.form-select {
    cursor: pointer;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 1;
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 1;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
}

.form-floating>.form-control:not(:-moz-placeholder-shown),
.form-floating>.form-select:not(:-moz-placeholder-shown) {
    background-color: #fff;
    border-color: #000000;
}

.form-floating>.form-control:not(:-ms-input-placeholder),
.form-floating>.form-select:not(:-ms-input-placeholder) {
    background-color: #fff;
    border-color: #000000;
}

.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-select:not(:placeholder-shown) {
    background-color: #fff;
    border-color: #000000;
}

.form-check {
    text-align: left;
}

.form-check label {
    line-height: 20px;
    font-size: 16px;
    margin-top: 7px;
    margin-left: 10px;
}

@media only screen and (max-width: 1440px) {
    .form-check label {
        font-size: 14px;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 1200px) {
    .form-check label {
        font-size: 12px;
    }
}

.form-check .form-check-input {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

@media only screen and (max-width: 1440px) {
    .form-check .form-check-input {
        width: 18px;
        height: 18px;
    }
}

.form-check .form-check-input:checked {
    background-color: #0ACD82;
    border-color: #0ACD82;
}

.form-check.form-check-mini {
    font-size: 14px;
    margin-top: 0;
}

@media only screen and (max-width: 1440px) {
    .form-check.form-check-mini {
        font-size: 12px;
    }
}

.form-check.form-check-mini label {
    line-height: 16px;
    font-size: 14px;
    margin-top: 0;
}

@media only screen and (max-width: 1440px) {
    .form-check.form-check-mini label {
        font-size: 12px;
    }
}

.form-check.form-check-mini .form-check-input {
    width: 18px;
    height: 18px;
}

.input-group .input-group-text {
    background-color: #F2F5F6;
    border-color: #E5E9EC;
}

.input-group .input-group-text img {
    max-height: 25px;
}

.input-group .form-control {
    background-color: #F2F5F6;
    border-left: 1px solid #F2F5F6;
}

.input-group .form-control:focus {
    border-left: 1px solid #f39c12;
}

/*************************************
    TABS
*************************************/
.nav-tabs .nav-link {
    color: #000000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000000;
}

.nav-tabs .nav-link.active {
    font-weight: bold;
}

/*************************************
    SCROLLSPY
*************************************/
.list-group-item+.list-group-item {
    border-top-width: 1px;
}

.list-group-item+.list-group-item.active {
    margin-top: unset;
}

/*************************************
    ROUNDED CONRNERS
*************************************/
.rounded-1 {
    border-radius: 4px !important;
}

.rounded-2 {
    border-radius: 8px !important;
}

.rounded-3 {
    border-radius: 16px !important;
}

.rounded-4 {
    border-radius: 24px !important;
}

.rounded-5 {
    border-radius: 48px !important;
}

/**************************************
    BUTTONS
**************************************/
.sic-btn {
    padding: 7px 18px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-width: 120px;
    text-decoration: none;
    transition: 0.3s;
    transition-timing-function: ease-in;
}

.sic-btn:hover,
.sic-btn:focus {
    text-decoration: none;
}

@media only screen and (max-width: 1440px) {
    .sic-btn {
        min-width: 100px;
    }
}

.sic-btn-primary {
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.sic-btn-secondary {
    background-color: #f39c12;
    color: #fff;
    border: 1px solid #f39c12;
}

.sic-btn-primary:after,
.sic-btn-secondary:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}

.sic-btn-primary:hover,
.sic-btn-secondary:hover {
    color: #fff;
}

.sic-btn-primary:hover:after,
.sic-btn-secondary:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.sic-btn-white {
    border: 1px solid #f39c12;
    color: #f39c12;
    background-color: #fff;
}

.sic-btn-white:hover {
    background-color: #f39c12;
    color: #fff;
}

.sic-btn-outline-danger {
    border: 1px solid #FF0000;
    color: #FF0000;
    background-color: #fff;
}

.sic-btn-outline-danger:hover {
    background-color: #FF0000;
    color: #fff;
}

.sic-btn-outline-success {
    border: 1px solid #0ACD82;
    color: #0ACD82;
    background-color: #fff;
}

.sic-btn-outline-success:hover {
    background-color: #0ACD82;
    color: #fff;
}

.sic-btn-light-purple {
    background-color: #E3DAFF;
    color: #f39c12;
    border: 1px solid #f39c12;
    transition: 0.3s;
}

.sic-btn-light-purple:hover {
    background-color: #f39c12;
    color: #fff;
}

/*******************************
    HAMBURGER
*******************************/
.hamburger {
    display: none;
    width: 40px;
    position: relative;
    height: 21px;
    margin-left: 32px;
}

@media only screen and (max-width: 991px) {
    .hamburger {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .hamburger {
        margin-left: 16px;
    }
}

@media only screen and (max-width: 340px) {
    .hamburger {
        width: 30px;
    }
}

.hamburger .line {
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #f39c12;
    transition: 0.3s;
}

.hamburger .line1 {
    width: 100%;
    top: 0;
}

.hamburger .line2 {
    width: 50%;
    top: 9px;
    opacity: 1;
    visibility: visible;
}

.hamburger .line3 {
    width: 75%;
    top: 18px;
}

body.menu-btn-clicked .hamburger .line1 {
    top: 9px;
    transform: rotate(-45deg);
}

body.menu-btn-clicked .hamburger .line2 {
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
    top: 9px;
}

body.menu-btn-clicked .hamburger .line3 {
    top: 9px;
    transform: rotate(45deg);
    width: 100%;
}

/**************************************
    VERIFICAION CODE CONTAINER
**************************************/
.verification-code-container {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 336px;
}

@media only screen and (max-width: 480px) {
    .verification-code-container {
        margin-left: 0;
        margin-right: 0;
    }
}

.verification-code-container .single-code-box {
    padding: 0px 12px;
    width: 25%;
}

.verification-code-container .single-code-box .form-control {
    min-height: 60px;
    text-align: center;
    border-radius: 20px;
    border-color: #f39c12;
    font-size: 30px;
    font-weight: bold;
}

/**************************************
    BREADCRUMB
**************************************/
.sic-breadcrumb li {
    color: #000000;
}

.sic-breadcrumb li a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    transition: 0.3s;
}

.sic-breadcrumb li a:hover {
    color: #f39c12;
}

@media only screen and (max-width: 1440px) {
    .sic-breadcrumb li a {
        font-size: 14px;
    }
}

.sic-breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 1.25rem;
    font-size: 18px;
    color: #8B8A9B;
}

@media only screen and (max-width: 1440px) {
    .sic-breadcrumb .breadcrumb-item+.breadcrumb-item {
        font-size: 14px;
        padding-left: 1rem;
    }
}

.sic-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "\f101";
    font-family: "FontAwesome";
    font-weight: bold;
    padding-right: 1.25rem;
    height: 24px;
    margin-top: 1px;
}

@media only screen and (max-width: 1440px) {
    .sic-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        padding-right: 1rem;
    }
}

/**************************************
    CARDS
**************************************/
/**************************************
    SEARCH BOX
**************************************/
.sic-search-box form,
.sic-search-box .search-box-content {
    display: flex;
}

.sic-search-box form .form-control,
.sic-search-box .search-box-content .form-control {
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    font-size: 18px;
}

@media only screen and (max-width: 1440px) {

    .sic-search-box form .form-control,
    .sic-search-box .search-box-content .form-control {
        font-size: 14px;
    }
}

.sic-search-box form .form-control ::-moz-placeholder,
.sic-search-box .search-box-content .form-control ::-moz-placeholder {
    color: #858585;
}

.sic-search-box form .form-control :-ms-input-placeholder,
.sic-search-box .search-box-content .form-control :-ms-input-placeholder {
    color: #858585;
}

.sic-search-box form .form-control ::placeholder,
.sic-search-box .search-box-content .form-control ::placeholder {
    color: #858585;
}

.sic-search-box form .form-control:focus,
.sic-search-box .search-box-content .form-control:focus {
    border-color: #f39c12;
}

.sic-search-box form button,
.sic-search-box .search-box-content button {
    border-radius: 0px 4px 4px 0px;
    min-width: 56px;
}

/**************************************
    FIELD WITH BUTTON
**************************************/
.field-with-btn form {
    display: flex;
}

.field-with-btn form .form-floating {
    max-width: 500px;
    width: 100%;
}

.field-with-btn form .form-floating input {
    background-color: #fff;
}

.field-with-btn form .form-floating input:focus {
    border-color: #000000;
}

.field-with-btn form button {
    margin-left: 16px;
}

@media only screen and (max-width: 1599px) {
    .field-with-btn form button {
        min-width: 90px;
    }
}

/**************************************
    VIDEO BOX
**************************************/
.video-box {
    position: relative;
    min-height: 280px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.video-box img:not(.video-icon) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-box .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 23%;
}

/**************************************
    TABLES
**************************************/
.sic-table {
    width: 100%;
}

.sic-table tr th,
.sic-table tr td {
    border-color: #dee2e6;
    vertical-align: middle;
}


.sic-table th {
    position: sticky;
    top: 0;
    z-index: 2; 
}
.sic-table tr th .form-check .form-check-input,
.sic-table tr td .form-check .form-check-input {
    margin-top: 0;
}

.sic-table tr th.action-col,
.sic-table tr td.action-col {
    width: 160px;
    text-align: right;
}

.sic-table tr th {
    color: #9DA8B4;
    padding: 10px 16px;
    background-color: #F5F9FA;
    font-weight: 500;
}

@media only screen and (max-width: 1440px) {
    .sic-table tr th {
        padding: 10px 8px;
    }
}

.sic-table tr th:first-child {
    border-radius: 8px 0 0 0;
}

.sic-table tr th:last-child {
    border-radius: 0 8px 0 0;
}

.sic-table tr td {
    padding: 14px 16px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

@media only screen and (max-width: 1440px) {
    .sic-table tr td {
        font-size: 12px;
        padding: 10px 8px;
    }
}

.sic-table tr:last-child td {
    border-bottom: 0;
}

.sic-table tr .table-actions a {
    margin-right: 8px;
    cursor: pointer;
}

.sic-table tr .table-actions a img {
    width: 18px;
}

.sic-table tr .table-actions a:last-child {
    margin-right: 0;
}

/**************************************
    TABLE SCROLLER
**************************************/
.table-box {
    overflow-x: auto;
    max-height: 70vh;
}

@media only screen and (max-width: 1599px) {
    .scroll-from-x-large-laptop table {
        width: 1599px;
    }
}

@media only screen and (max-width: 1440px) {
    .scroll-from-large-laptop table {
        width: 1440px;
    }
}

@media only screen and (max-width: 1366px) {
    .scroll-from-laptop table {
        width: 1366px;
    }
}

@media only screen and (max-width: 1200px) {
    .scroll-from-small-laptop table {
        width: 1199px;
    }
}

@media only screen and (max-width: 991px) {
    .scroll-from-ipad table {
        width: 991px;
    }
}

@media only screen and (max-width: 767px) {
    .scroll-from-tab table {
        width: 767px;
    }
}

@media only screen and (max-width: 575px) {
    .scroll-from-small-tab table {
        width: 575px;
    }
}

@media only screen and (max-width: 480px) {
    .scroll-from-mobile table {
        width: 480px;
    }
}

@media only screen and (max-width: 360px) {
    .scroll-from-small-mobile table {
        width: 365px;
    }
}

/*******************************
    DROPDOWN
*******************************/
.sic-dropdown-menu {
    border-radius: 0;
    border: 0;
    inset: 23px auto auto 18px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1599px) {
    .sic-dropdown-menu {
        inset: 20px auto auto 22px !important;
    }
}

.sic-dropdown-menu .hf-profile-container {
    text-align: center;
}

.sic-dropdown-menu .hf-profile-container .hf-profile-img {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 4px;
    margin-top: 8px;
}

.sic-dropdown-menu .hf-profile-container .hf-profile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sic-dropdown-menu .hf-profile-container .hf-profile-name {
    font-size: 18px;
}

.sic-dropdown-menu .separator {
    height: 1px;
    background-color: #c9c9c9;
    margin: 4px 24px;
}

.sic-dropdown-menu li a {
    display: block !important;
    text-decoration: none;
}

.sic-dropdown-menu li a button {
    font-size: 16px;
    color: #7F7F7F;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: break-spaces;
    padding: 8px 24px;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s;
}

.sic-dropdown-menu li a button .icon {
    display: flex;
    align-items: center;
    width: 20px;
    margin-right: 10px;
}

.sic-dropdown-menu li a button .icon i {
    font-size: 20px;
}

.sic-dropdown-menu li a button .text {
    display: block;
    width: calc(100% - 30px);
}

.sic-dropdown-menu li a button:hover {
    border-left: 4px solid #f39c12;
    background-color: #E4ECF3;
    color: #f39c12;
}

.sic-dropdown-menu li a:hover a {
    color: #f39c12;
}

/*******************************
    MULTISELECT
*******************************/
.select2-container {
    min-width: 275px;
}

.select2-container .selection {
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-results__option {

    padding-right: 20px;
    vertical-align: middle;
    padding: 6px 6px 6px 10px;
    display: flex;
    align-items: center;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 1px solid #0ACD82;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    border: 1px solid #0ACD82 !important;
    background-color: #0ACD82;
    border: 0;
    display: inline-block;
    padding-left: 3px;
    font-size: 12px;
    padding-top: 1px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f39c12;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:before {
    border: 1px solid #f39c12 !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f39c12;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #E5E9EC;
    transition: 0.5s;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 4px;
    border: 1px solid #e5e9ec;
}

.select2-selection .select2-selection--multiple:after {
    content: "hhghgh";
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    /*  display: none; */
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-height: 28px;
    min-width: 273px !important;
    width: 100% !important;
    padding: 0 12px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: rgba(143, 108, 246, 0.5098039216);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #f39c12;
    font-size: 12px;
    background-color: #fff;
}

.select2-selection__choice {
    background-color: #0f86db !important;
    color: white;
}

.select2-selection__choice__remove {
    color: white !important;
}
.select2-container .select2-selection--single{
    height: 32px !important;
    border: 1px solid #ced4da !important;
}
/*******************************
    TABS
*******************************/
/* underlined style */
.sic-nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.sic-nav-tabs .nav-item {
    margin-right: 70px;
}

@media only screen and (max-width: 1599px) {
    .sic-nav-tabs .nav-item {
        margin-right: 35px;
    }
}

@media only screen and (max-width: 1440px) {
    .sic-nav-tabs .nav-item {
        margin-right: 24px;
    }
}

.sic-nav-tabs .nav-item .nav-link {
    font-size: 20px;
    padding: 12px 0 !important;
    padding: 0;
    color: #8B8A9B;
    position: relative;
}

@media only screen and (max-width: 1599px) {
    .sic-nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1440px) {
    .sic-nav-tabs .nav-item .nav-link {
        font-size: 14px;
        padding: 6px 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    .sic-nav-tabs .nav-item .nav-link {
        font-size: 12px;
    }
}

.sic-nav-tabs .nav-item .nav-link:after {
    content: "";
    width: 0px;
    height: 4px;
    border-radius: 4px;
    background-color: #f39c12;
    transition: 0.2s;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.sic-nav-tabs .nav-item .nav-link.active {
    border-color: rgba(0, 0, 0, 0);
    color: #000000;
    font-weight: 700;
}

.sic-nav-tabs .nav-item .nav-link.active:after {
    width: 100%;
}

.sic-nav-tabs .nav-item .nav-link:hover {
    border: 1px solid rgba(0, 0, 0, 0);
}

.sic-nav-tabs .nav-item.show .nav-link {
    border-color: rgba(0, 0, 0, 0);
}

/*******************************
    INLINE FORM BOX
*******************************/
.inline-form-box {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.inline-form-box .single-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.inline-form-box .single-row>* {
    padding: 0 8px;
}

.inline-form-box .single-row .label-col {
    width: 300px;
    text-align: right;
}

@media only screen and (max-width: 1200px) {
    .inline-form-box .single-row .label-col {
        width: 225px;
    }
}

@media only screen and (max-width: 991px) {
    .inline-form-box .single-row .label-col {
        width: 100%;
        text-align: left;
        margin-bottom: 4px;
    }
}

.inline-form-box .single-row .field-col {
    max-width: calc(100% - 300px - 270px);
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .inline-form-box .single-row .field-col {
        max-width: calc(100% - 225px - 200px);
    }
}

@media only screen and (max-width: 991px) {
    .inline-form-box .single-row .field-col {
        max-width: calc(100% - 200px);
    }
}

.inline-form-box .single-row .field-btn-col {
    width: 270px;
}

@media only screen and (max-width: 1200px) {
    .inline-form-box .single-row .field-btn-col {
        width: 200px;
    }
}

.inline-form-box .submission-box {
    margin-top: 48px;
}

@media only screen and (max-width: 1200px) {
    .inline-form-box .submission-box {
        margin-top: 32px;
    }
}

.inline-form-box .submission-box .sic-btn {
    margin-right: 270px;
    margin-left: auto;
    display: block;
    min-width: 180px;
}

@media only screen and (max-width: 1200px) {
    .inline-form-box .submission-box .sic-btn {
        min-width: 150px;
        margin-right: 200px;
    }
}

/*******************************
    MAIN CONTENT TITLE BOX
*******************************/
.main-content-title-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-content-title-box .inner1 {
    margin-right: 16px;
    margin-bottom: 16px;
}

.main-content-title-box .inner2 {
    margin-bottom: 16px;
}

/*******************************
    SIC MODAL
*******************************/
.sic-modal .modal-header {
    position: relative;
    padding-right: 50px;
    border-bottom: 0 !important;
    min-height: 75px;
}

.sic-modal .modal-header .btn-close {
    background-color: #f39c12;
    width: 25px;
    height: 25px;
    padding: 2px;
    border-radius: 50%;
    background-image: url("../assets/images/svgIcons/close-icon.svg");
    opacity: 1;
    background-size: 13px !important;
    position: absolute;
    top: 30px;
    right: 25px;
}

.sic-modal .modal-header .modal-title {
    margin-bottom: 0;
}

.sic-modal .modal-footer {
    border-top: 0 !important;
}

/*******************************
    CONTAINER FOR CHECKBOXES
*******************************/
.container-for-checkboxes {
    border: 1px solid #eaedf0;
    padding: 24px 24px 4px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
}

.container-for-checkboxes .single-col {
    width: 50%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1440px) {
    .container-for-checkboxes .single-col {
        margin-bottom: 12px;
    }
}

/*******************************
    FIELD LIKE BOX
*******************************/
.sic-popover {
    border: 1px solid #919191;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    padding: 1px 2px 1px 8px;
    max-width: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sic-popover input {
    border: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sic-popover input:focus {
    outline: 0;
}

.sic-popover .open-icon {
    cursor: pointer;
}

.sic-popover .open-icon img {
    filter: invert(1);
    max-width: 19px;
    transform: rotate(45deg);
}

.sic-popover .toggle-area {
    position: absolute;
    top: calc(100% - 2px);
    left: -1px;
    width: 400px;
    border-radius: 6px;
    padding: 20px 8px 8px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
    display: none;
    z-index: 1;
    white-space: normal;
    background-color: #fff;
}

@media only screen and (max-width: 1440px) {
    .sic-popover .toggle-area {
        width: 300px;
    }
}

@media only screen and (max-width: 1200px) {
    .sic-popover .toggle-area {
        width: 250px;
    }
}

.sic-popover .toggle-area .close-icon {
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 1px;
}

.sic-popover .toggle-area .close-icon img {
    filter: invert(1);
    max-width: 19px;
}

.sic-popover.show-toggle-area .toggle-area {
    top: calc(100% + 2px);
    display: block;
}

.sic-popover.show-toggle-area .toggle-area .description p:last-child {
    margin-bottom: 0;
}

/*******************************
    ACCORDION
*******************************/
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: 0.35s;
    }
}

.sic-accordion {
    border-radius: 4px !important;
}

.sic-accordion .accordion-item {
    border: 0 !important;
    border-radius: 4px !important;
    margin-bottom: 20px;
    overflow: hidden;
}

.sic-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    padding: 9px 16px;
    border: 1px solid #E5E9EC;
    border-radius: 4px;
}

.sic-accordion .accordion-item .accordion-header .accordion-button:after {
    background-image: url("../assets/images/svgIcons/right-arrow.svg");
    background-size: 15px;
    background-position: 8px 2px;
    padding-right: 25px !important;
}

.sic-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: unset !important;
    background-color: unset !important;
    box-shadow: unset !important;
}

.sic-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg) !important;
    /* background-position: 2px 5px !important; */
}

.sic-accordion .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.sic-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

/*******************************
    VERTICAL TABS
*******************************/
.vertical-tabs-container {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
}

.vertical-tabs-container .vertical-tabs-container-sidebar {
    background-color: #18162F;
    padding: 8px;
    width: 245px;
}

.vertical-tabs-container .vertical-tabs-container-sidebar ul {
    border: 0;
}

.vertical-tabs-container .vertical-tabs-container-sidebar ul li {
    width: 100%;
    margin-bottom: 8px;
}

.vertical-tabs-container .vertical-tabs-container-sidebar ul li a {
    border: 0;
    color: #fff;
    border-radius: 8px 0 0 8px;
    padding: 6px 8px;
}

.vertical-tabs-container .vertical-tabs-container-sidebar ul li a.active {
    background-color: #f39c12;
    color: #fff;
    font-weight: normal;
}

.vertical-tabs-container .vertical-tabs-container-sidebar ul li:last-child {
    margin-bottom: 0;
}

.vertical-tabs-container .vertical-tabs-container-content-box {
    width: calc(100% - 245px);
    padding: 16px;
}

/*******************************
    MULTI DATE SELECTOR
*******************************/
.multi-date-selector {
    display: flex;
    align-items: center;
    /* color: #9DA8B4; */

}

.multi-date-selector .calendar-box {
    overflow: hidden;
    background-image: url("../assets/images/svgIcons/calendar.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 16px;
}

@media only screen and (max-width: 1440px) {
    .multi-date-selector .calendar-box {
        background-size: 16px;
        margin: 0 10px;
    }
}

.multi-date-selector .calendar-box input {
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.multi-date-selector .calendar-box input::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

/*******************************
    CHECKBOX ICON
*******************************/
.checkbox-icon {
    width: 20px;
    height: 20px;
    background-color: #0ACD82;
    border-radius: 4px;
    position: relative;
}

@media only screen and (max-width: 1440px) {
    .checkbox-icon {
        width: 16px;
        height: 16px;
    }
}

.checkbox-icon:before {
    content: "";
    width: 2px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 5px;
    transform: rotate(-45deg);
    background-color: #fff;
}

@media only screen and (max-width: 1440px) {
    .checkbox-icon:before {
        top: 8px;
        left: 4px;
    }
}

.checkbox-icon:after {
    content: "";
    width: 2px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 10px;
    transform: rotate(45deg);
    background-color: #fff;
}

@media only screen and (max-width: 1440px) {
    .checkbox-icon:after {
        top: 3px;
        left: 9px;
    }
}

.checkbox-icon.not-active,.deleted-icon {
    background-color: #d37a83;
}

.checkbox-icon.not-active:before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 4px;
    transform: rotate(0);
    background-color: #fff;
}

@media only screen and (max-width: 1440px) {
    .checkbox-icon.not-active:before {
        width: 10px;
        top: 7px;
        left: 3px;
    }
}

.checkbox-icon.not-active:after {
    display: none;
}

.checkbox-icon.checkbox-icon-mini {
    width: 16px;
    height: 16px;
}

.checkbox-icon.checkbox-icon-mini:before {
    top: 8px;
    left: 4px;
}

.checkbox-icon.checkbox-icon-mini:after {
    top: 3px;
    left: 9px;
}

/*******************************
    SCROLLSPY
*******************************/
.sic-scrollspy {
    display: flex;
    flex-wrap: wrap;
}

.sic-scrollspy .sic-scrollspy-sidebar {
    width: 250px;
    background-color: #18162F;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}

@media only screen and (max-width: 1440px) {
    .sic-scrollspy .sic-scrollspy-sidebar {
        width: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .sic-scrollspy .sic-scrollspy-sidebar {
        width: 150px;
    }
}

.sic-scrollspy .sic-scrollspy-sidebar .list-group a {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 0;
    border-color: #18162F;
}

.sic-scrollspy .sic-scrollspy-sidebar .list-group a.active {
    border-color: #f39c12;
    background-color: #f39c12;
}

.sic-scrollspy .sic-scrollspy-content {
    width: calc(100% - 0px);
    padding-left: 24px;
}

@media only screen and (max-width: 1440px) {
    .sic-scrollspy .sic-scrollspy-content {
        width: calc(100% - 0px);
    }
}

@media only screen and (max-width: 991px) {
    .sic-scrollspy .sic-scrollspy-content {
        width: calc(100% - 0px);
    }
}

.sic-scrollspy .sic-scrollspy-content .scrollspy-item .item-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sic-scrollspy .sic-scrollspy-content .scrollspy-item .item-header h5 {
    margin-bottom: 0;
}

.sic-scrollspy .sic-scrollspy-content .scrollspy-item .item-body {
    margin-bottom: 48px;
}

/*******************************
    DROPDOWN TABS
*******************************/
.dropdown-tabs-head .dropdown-toggle {
    background-color: #f39c12;
    color: #fff;
    width: 200px;
    text-align: left;
    border-color: #f39c12;
}

.dropdown-tabs-head .dropdown-toggle:after {
    float: right;
    margin-top: 11px;
}

.dropdown-tabs-head .nav-tabs {
    display: none;
    max-width: 200px;
    width: 100%;
}

.dropdown-tabs-head .nav-tabs.show {
    display: block;
}

.dropdown-tabs-head .nav-tabs li a {
    border-radius: 0;
}

.dropdown-tabs-head .nav-tabs li a.active,
.dropdown-tabs-head .nav-tabs li a:hover {
    border-color: transparent;
    background-color: #f39c12;
    color: #fff;
}

/*******************************
    MAIN FILTER
*******************************/
.main-search-filter-toggle {
    padding: 8px 12px 7px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.5;
}

@media only screen and (min-width: 1441px) {
    .main-search-filter-toggle {
        padding: 8px 24px 7px;
    }
}

@media only screen and (max-width: 1440px) {
    .main-search-filter-toggle {
        padding: 6px 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-search-filter-toggle {
        padding: 6px 20px;
    }
}

.main-search-filter-toggle:after {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url("./images/svgIcons/right-arrow.svg");
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
    left: 8px;
    transition: 0.3s;
}

@media only screen and (min-width: 1441px) {
    .main-search-filter-toggle:after {
        top: 16px;
        left: 10px;
    }
}

@media only screen and (max-width: 1440px) {
    .main-search-filter-toggle:after {
        top: 14px;
    }
}

.main-search-filter-toggle.active:after,
.main-search-filter-toggle.collapsed:after {
    transform: rotate(90deg);
}

.main-search-filter-body {
    padding: 16px 16px 24px;
    background-color: #f5f5f5;
    border-radius: 8px;
    display: none;
}

.main-search-filter-content-container {
    padding: 8px 16px 24px;
    border-radius: 8px;
}

/*******************************
    RECTANGULAR RADIO BUTTONS BOX
*******************************/
.rect-radio-btns-box {
    display: flex;
    flex-wrap: wrap;
}

.rect-radio-btns-box .form-check {
    margin-right: 12px;
}

.rect-radio-btns-box .form-check label {
    border: 1px solid #f39c12;
    padding: 9px 18px 10px;
    border-radius: 4px;
    margin-left: -28px;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: 0.3s;
}

@media only screen and (max-width: 1440px) {
    .rect-radio-btns-box .form-check label {
        padding: 8px 18px;
    }
}

.rect-radio-btns-box .form-check input {
    opacity: 0;
}

.rect-radio-btns-box .form-check input:checked~label {
    color: #fff;
    background-color: #f39c12;
}

.rect-radio-btns-box .form-check:last-child {
    margin-right: 0;
}

/*******************************
    PROFILE DROPDOWN (USED IN HEADER)
*******************************/
.sic-profile-dropdown {
    border-radius: 0;
    border: 0;
    inset: 23px auto auto 18px !important;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1599px) {
    .sic-profile-dropdown {
        inset: 20px auto auto 22px !important;
    }
}

.sic-profile-dropdown .hf-profile-container {
    text-align: center;
}

.sic-profile-dropdown .hf-profile-container .hf-profile-img {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 4px;
    margin-top: 8px;
}

.sic-profile-dropdown .hf-profile-container .hf-profile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sic-profile-dropdown .hf-profile-container .hf-profile-name {
    font-size: 18px;
}

.sic-profile-dropdown .separator {
    height: 1px;
    background-color: #c9c9c9;
    margin: 4px 24px;
}

.sic-profile-dropdown li a {
    display: block !important;
    text-decoration: none;
}

.sic-profile-dropdown li a button {
    font-size: 16px;
    color: #7F7F7F;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: break-spaces;
    padding: 8px 24px;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s;
}

.sic-profile-dropdown li a button .icon {
    display: flex;
    align-items: center;
    width: 20px;
    margin-right: 10px;
}

.sic-profile-dropdown li a button .icon i {
    font-size: 20px;
}

.sic-profile-dropdown li a button .text {
    display: block;
    width: calc(100% - 30px);
}

.sic-profile-dropdown li a button:hover {
    border-left: 4px solid #f39c12;
    background-color: #E4ECF3;
    color: #f39c12;
}

.sic-profile-dropdown li a:hover a {
    color: #f39c12;
}

/*******************************
    Profile Picture Uploader
*******************************/
.sic-profile-img-uploader {
    width: 145px;
    width: 145px;
    position: relative;
}

.sic-profile-img-uploader .file-upload {
    display: none;
}

.sic-profile-img-uploader .circle {
    border-radius: 50%;
    border: 1px solid #8B8A9B;
    overflow: hidden;
    width: 145px;
    height: 145px;
    position: relative;
}

.sic-profile-img-uploader .circle .profile-pic {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    border-radius: 50%;
    transform: scale(1.05);
}

.sic-profile-img-uploader .p-image {
    position: absolute;
    top: 72%;
    left: 72%;
    font-size: 12px;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}

.sic-profile-img-uploader .p-image:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sic-profile-img-uploader .upload-button {
    font-size: 1.2em;
}

.sic-profile-img-uploader .upload-button:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #999;
}

/*******************************
    Search With Dropdown
*******************************/
.search-with-dropdown {
    position: relative;
}

.search-with-dropdown input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    cursor: pointer;
}

.search-with-dropdown .search-dropdown {
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: calc(100% - 10px);
    width: 100%;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s;
}

.search-with-dropdown .search-dropdown.show-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.search-with-dropdown .search-dropdown ul {
    padding: 8px 0;
}

.search-with-dropdown .search-dropdown ul li {
    padding: 4px 16px;
    list-style-type: none;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.3s;
}

.search-with-dropdown .search-dropdown ul li:hover {
    background-color: #f39c12;
    color: #fff;
}

/*******************************
    Pagination
*******************************/
.sic-pagination li a {
    color: #f39c12;
}

.sic-pagination li a:hover {
    background-color: #f39c12;
    color: #fff;
}

/***************************************
    HEADER
***************************************/
header {
    padding-left: 24px;
    background-color: #fff;
}

header .header-top {
    padding: 16px 16px 16px 0;
    border-bottom: 1px solid #f5f5f5;
}

@media only screen and (max-width: 1440px) {
    header .header-top {
        padding: 8px 16px 8px 0;
    }
}

header .header-top .user-info-box {
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

header .header-top .user-info-box .user-name {
    font-size: 18px;
}

@media only screen and (max-width: 1440px) {
    header .header-top .user-info-box .user-name {
        font-size: 16px;
    }
}

header .header-top .user-info-box .user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 8px;
}

header .header-top .user-info-box .user-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

header .header-top .user-info-box .sic-profile-dropdown {
    transform: unset !important;
    top: 67px !important;
    right: 10px !important;
    left: unset !important;
    bottom: unset !important;
}

header .header-top .user-info-box .sic-profile-dropdown:after {
    content: "";
    width: 26px;
    height: 26px;
    border-bottom: 13px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 13px solid transparent;
    position: absolute;
    top: -25px;
    right: 10px;
}

header .header-bottom {
    padding: 8px 16px 8px 0;
}

/***************************************
    MAIN CSS
***************************************/
/* initial screens */
.initial-screen {
    padding: 0;
    margin-left: -220px;
}

.initial-screen .initial-screen-layer {
    background-color: rgba(24, 52, 91, 0.8);
}

.initial-screen .initial-screen-layer .container .row {
    min-height: 100vh;
}

@media only screen and (max-width: 480px) {
    .initial-screen .initial-screen-layer .container .row .form-box {
        margin-left: 20px;
    }
}

.initial-screen .initial-screen-layer .container .row .form-box form {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 75px 60px 60px;
    max-width: 450px;
    min-height: 500px;
    margin: auto;
}

.initial-screen .initial-screen-layer .container .row .form-box form>* {
    width: 100%;
}

.initial-screen .initial-screen-layer .container .row .form-box form .back-btn,
.initial-screen .initial-screen-layer .container .row .form-box form .cross-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 0;
    padding: 5px;
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #f39c12;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.initial-screen .initial-screen-layer .container .row .form-box form .back-btn img,
.initial-screen .initial-screen-layer .container .row .form-box form .cross-btn img {
    width: 20px;
}

.initial-screen .initial-screen-layer .container .row .form-box form .back-btn:hover,
.initial-screen .initial-screen-layer .container .row .form-box form .cross-btn:hover {
    background-color: #18162F;
}

.initial-screen .initial-screen-layer .container .row .form-box form .cross-btn {
    left: unset;
    right: 16px;
}

.initial-screen .initial-screen-layer .container .row .form-box form .cross-btn img {
    width: 40px;
}

.initial-screen .initial-screen-layer .container .row .form-box form .input-group .input-group-text {
    padding-left: 20px;
    border-radius: 10px 0px 0px 10px;
}

.initial-screen .initial-screen-layer .container .row .form-box form .input-group .input-group-text img {
    max-height: 35px;
}

.initial-screen .initial-screen-layer .container .row .form-box form .input-group input {
    height: 60px !important;
    border-radius: 0px 10px 10px 0px;
    font-size: 18px;
}

.initial-screen .initial-screen-layer .container .row .form-box form .input-group input~.input-group-addon {
    top: 18px;
    z-index: 9;
}

.initial-screen .initial-screen-layer .container .row .form-box form .sic-btn {
    padding: 16px 18px 15px;
    font-size: 18px;
    font-weight: 700;
}

.initial-screen .initial-screen-layer .container .row .form-box form .tick-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 10px;
    background-color: #f39c12;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.initial-screen .initial-screen-layer .container .row .form-box .bottom-fixed-message {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.initial-screen .initial-screen-layer .container .row .form-box.login-form-box form {
    padding-top: 40px;
}

/* initial screens end */
.main-inner {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

/* Sidebar */
.sidebar {
    width: 240px;
    background-color: #17335A;
    padding-bottom: 16px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

@media only screen and (max-width: 1440px) {
    .sidebar {
        width: 220px;
    }
}

@media only screen and (max-width: 1200px) {
    .sidebar {
        width: 200px;
    }
}

.sidebar .sidebar-taggle-btn {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -14px;
    top: 22px;
    cursor: pointer;
    z-index: 1;
    transition: 0.3s;
}

@media only screen and (max-width: 1440px) {
    .sidebar .sidebar-taggle-btn {
        width: 24px;
        height: 24px;
        right: -12px;
    }
}

.sidebar .sidebar-taggle-btn i {
    transition: 0.3s;
}

.sidebar .sidebar-taggle-btn:hover {
    background-color: #f39c12;
    border: 1px solid #f39c12;
}

.sidebar .sidebar-taggle-btn:hover i {
    color: #fff;
}

.sidebar .logo-box {
    position: relative;
    margin-bottom: 12px;
    padding: 16px 28px 16px 16px;
    min-height: 71px;
}

.sidebar .logo-box:after {
    content: "";
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1411764706);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4990371148) 0%, rgb(23, 51, 90) 100%);
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
}

.sidebar .nav-box {
    padding: 0 16px 0 20px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 4px;
}

@media only screen and (max-width: 1440px) {
    .sidebar .nav-box {
        padding: 0 8px 0 16px;
    }
}

.sidebar .nav-box nav ul li {
    list-style: none;
}

.sidebar .nav-box nav ul li a {
    transition: 0.3s;
    display: block;
    text-decoration: none;
    color: #8B8A9B;
}

.sidebar .nav-box nav ul li a:hover,
.sidebar .nav-box nav ul li a.active {
    color: #fff;
}

.sidebar .nav-box nav ul li a:hover img,
.sidebar .nav-box nav ul li a.active img {
    filter: brightness(10);
}

.sidebar .nav-box nav>ul>li {
    padding: 12px 0;
}

.sidebar .nav-box nav>ul>li>a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    width: 199px;
}

@media only screen and (max-width: 1440px) {
    .sidebar .nav-box nav>ul>li>a {
        width: 180px;
    }
}

@media only screen and (max-width: 1200px) {
    .sidebar .nav-box nav>ul>li>a {
        width: 172px;
    }
}

.sidebar .nav-box nav>ul>li>a img {
    margin-right: 16px;
    width: 24px;
    transition: 0.2s;
}

@media only screen and (max-width: 1440px) {
    .sidebar .nav-box nav>ul>li>a img {
        width: 18px;
        margin-right: 12px;
    }
}

.sidebar .nav-box nav>ul>li>a span {
    display: block;
    width: calc(100% - 40px);
    line-height: 22px;
    padding-top: 2px;
}

.sidebar .nav-box nav .has-dropdown>a {
    position: relative;
    padding-right: 16px;
}

.sidebar .nav-box nav .has-dropdown>a::after {
    top: 1px;
    content: "\f107";
    font-family: "fontAwesome";
    position: absolute;
    right: 0px;
    font-size: 16px;
}

.sidebar .nav-box nav .has-dropdown .dropdown-list {
    margin: 22px 0 0 10px;
    border-left: 1px solid #8B8A9B;
}

.sidebar .nav-box nav .has-dropdown .dropdown-list>li>a {
    padding: 10px 0 10px 30px;
    position: relative;
    width: 184px;
}

.sidebar .nav-box nav .has-dropdown .dropdown-list>li>a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8B8A9B;
    position: absolute;
    top: 17px;
    left: 10px;
    transition: 0.3s;
}

.sidebar .nav-box nav .has-dropdown .dropdown-list>li>a:hover:before,
.sidebar .nav-box nav .has-dropdown .dropdown-list>li>a.active:before {
    background-color: #fff;
}

.sidebar .nav-box nav .has-dropdown .dropdown-list>li:first-child a {
    padding-top: 0;
}

.sidebar .nav-box nav .has-dropdown .dropdown-list>li:first-child a:before {
    top: 11px;
}

.sidebar .nav-box nav .has-dropdown .dropdown-list>li:last-child a {
    padding-bottom: 0;
}

.sidebar .nav-box nav .has-dropdown .dropdown-list>li:last-child a:before {
    top: 20px;
}

.main-content-box {
    width: calc(100% - 240px);
    margin-left: auto;
    transition: 0.3s;
}

@media only screen and (max-width: 1440px) {
    .main-content-box {
        width: calc(100% - 220px);
    }
}

@media only screen and (max-width: 1200px) {
    .main-content-box {
        width: calc(100% - 200px);
    }
}

.main-content-box .main-content {
    padding: 16px;
    padding-top: 0px;
}

.main-content-box .main-content .main-content-inner {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.main-content-box .main-content .dashboard-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
    .main-content-box .main-content .dashboard-filters {
        justify-content: center;
    }
}

.main-content-box .main-content .dashboard-filters .rect-radio-btns-box {
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .main-content-box .main-content .dashboard-filters .rect-radio-btns-box {
        width: 100%;
        margin-bottom: 16px;
    }
}

.sidebar-toggle-btn-clicked .sidebar {
    width: 64px;
}

@media only screen and (max-width: 1440px) {
    .sidebar-toggle-btn-clicked .sidebar {
        width: 52px;
    }
}

.sidebar-toggle-btn-clicked .sidebar .sidebar-taggle-btn i {
    transform: rotate(180deg);
}

.sidebar-toggle-btn-clicked .sidebar .logo-box img {
    display: none;
}

.sidebar-toggle-btn-clicked .main-content-box {
    width: calc(100% - 64px);
}


.filter-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    margin-bottom: 8px;
    align-items: flex-start;
}

.filter-container .inner1,
.filter-container .inner2 {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
}

.filter-container .inner1 {
    width: calc(100% - 0px);
}

@media only screen and (max-width: 1024px) {
    .filter-container .inner1 {
        width: 100;
    }
}

.filter-container .inner2 {
    width: 291px;
}

@media only screen and (max-width: 1024px) {
    .filter-container .inner2 {
        width: 250px;
    }
}

div#add-new-user .inline-form-box .single-row .label-col,
div#add-new-user .inline-form-box .single-row .field-btn-col,
#generate-whmcs-invoice .inline-form-box .single-row .label-col,
#generate-whmcs-invoice .inline-form-box .single-row .field-btn-col {
    width: 200px;
}

@media only screen and (max-width: 991px) {

    div#add-new-user .inline-form-box .single-row .label-col,
    div#add-new-user .inline-form-box .single-row .field-btn-col,
    #generate-whmcs-invoice .inline-form-box .single-row .label-col,
    #generate-whmcs-invoice .inline-form-box .single-row .field-btn-col {
        width: 100%;
    }
}

div#add-new-user .inline-form-box .single-row .field-col,
#generate-whmcs-invoice .inline-form-box .single-row .field-col {
    max-width: calc(100% - 400px);
}

@media only screen and (max-width: 991px) {

    div#add-new-user .inline-form-box .single-row .field-col,
    #generate-whmcs-invoice .inline-form-box .single-row .field-col {
        max-width: 100%;
    }
}

div#add-new-user .modal-footer button,
#generate-whmcs-invoice .modal-footer button {
    margin-right: 200px;
}

@media only screen and (max-width: 991px) {

    div#add-new-user .modal-footer button,
    #generate-whmcs-invoice .modal-footer button {
        margin-right: 0;
    }
}


div#edit-user-admin .inline-form-box .single-row .label-col,
div#edit-user-admin .inline-form-box .single-row .field-btn-col,
#generate-whmcs-invoice .inline-form-box .single-row .label-col,
#generate-whmcs-invoice .inline-form-box .single-row .field-btn-col {
    width: 200px;
}

@media only screen and (max-width: 991px) {

    div#edit-user-admin .inline-form-box .single-row .label-col,
    div#edit-user-admin .inline-form-box .single-row .field-btn-col,
    #generate-whmcs-invoice .inline-form-box .single-row .label-col,
    #generate-whmcs-invoice .inline-form-box .single-row .field-btn-col {
        width: 100%;
    }
}

div#edit-user-admin .inline-form-box .single-row .field-col,
#generate-whmcs-invoice .inline-form-box .single-row .field-col {
    max-width: calc(100% - 400px);
}

@media only screen and (max-width: 991px) {

    div#edit-user-admin .inline-form-box .single-row .field-col,
    #generate-whmcs-invoice .inline-form-box .single-row .field-col {
        max-width: 100%;
    }
}

div#edit-user-admin .modal-footer button,
#generate-whmcs-invoice .modal-footer button {
    margin-right: 200px;
}

@media only screen and (max-width: 991px) {

    div#edit-user-admin .modal-footer button,
    #generate-whmcs-invoice .modal-footer button {
        margin-right: 0;
    }
}


.sic-table .form-control-mini {
    max-width: 150px;
}

.advanced-filter-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -16px;
    margin-bottom: 16px;
    font-size: 14px;
}

.advanced-filter-row .single-col {
    padding: 0 8px;
    margin-top: 16px;
}

.advanced-filter-row .single-col .filter-with-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.advanced-filter-row .single-col .filter-with-title .inner1{
    padding-right: 8px;
    width: 110px;
    /* border: 1px solid green; */
}
/* .advanced-filter-row .single-col .filter-with-title .inner1:{
    padding-right: 8px;
    width: 110px;
    border: 1px solid green;
} */
.advanced-filter-row .single-col .filter-with-title .inner2 {
    width: calc(100% - 110px);
}

.advanced-filter-row .single-col .filter-with-title .inner2 .dropdown,
.advanced-filter-row .single-col .filter-with-title .inner2 .dropdown>button,
.advanced-filter-row .single-col .filter-with-title .inner2 .sic-btn-secondary {
    width: 100%;
}

.advanced-filter-row .single-col .filter-with-title .inner2 .mega-dropdown {
    width: 50vw;
}

.advanced-filter-row .single-col .filter-with-title .inner2 .mega-dropdown li {
    padding: 8px 16px;
}

.advanced-filter-row .single-col .filter-with-title .inner2 .mega-dropdown .radio-btn-list,
.advanced-filter-row .single-col .filter-with-title .inner2 .mega-dropdown .checkbox-list {
    display: flex;
    flex-wrap: wrap;
}

.advanced-filter-row .single-col .filter-with-title .inner2 .mega-dropdown .radio-btn-list .radio-btn-list-col {
    width: 25%;
    padding: 0 8px;
}

.advanced-filter-row .single-col .filter-with-title .inner2 .mega-dropdown .checkbox-list .checkbox-list-col {
    width: 19%;
    padding: 0 8px;
}

.advanced-filter-row .single-col .filter-with-title.no-title .inner2 {
    width: 100%;
}

.advanced-filter-row.row5col .single-col {
    width: 20%;
}
.advanced-filter-row.row5col .single-col .filter-with-title .new-inner-1 {
    width: 110px;
}

.advanced-filter-row.row5col .single-col .filter-with-title .new-inner-2 {
    width: calc(100% - 110px);
}
.advanced-filter-row.row5col .single-col .filter-with-title .new-inner-1-display{
    width: 52px;
}
.advanced-filter-row.row5col .single-col .filter-with-title .new-inner-2-display {
    width: calc(100% - 52px);
}
.advanced-filter-row.row5col .single-col .filter-with-title .new-inner-1-group-call{
    width: 142px;
}
.advanced-filter-row.row5col .single-col .filter-with-title .new-inner-2-group-call {
    width: calc(100% - 142px);
    text-align: center;
}
@media only screen and (min-width: 1441px) {
    .advanced-filter-row.row5col .single-col {
        width: 33.33%;
    }
}

@media only screen and (max-width: 1440px) {
    .advanced-filter-row.row5col .single-col {
        width: 33.33%;
    }
}

@media only screen and (max-width: 991px) {
    .advanced-filter-row.row5col .single-col {
        width: 100%;
    }
}

.advanced-filter-row.row4col .single-col {
    width: 50%;
}

@media only screen and (max-width: 1440px) {
    .advanced-filter-row.row4col .single-col {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .advanced-filter-row.row4col .single-col {
        width: 100%;
    }
}

.advanced-filter-row .btn-group {
    width: 100%;
}

.advanced-filter-row .btn-group button {
    text-align: left;
    background-color: white;
    color: inherit;
    border-color: #ebeef1;
}

.advanced-filter-row .btn-group button.dropdown-toggle {
    max-width: 40px;
}

.advanced-filter-row .btn-group .dropdown-menu {
    transform: translate(0, 40px) !important;
    width: 100%;
}
/* .advanced-filter-row .btn-group .dropdown-menu-check {
    left: -30% !important;
    width: 100%;
} */

.advanced-filter-row .btn-group .dropdown-menu li {
    padding: 4px 16px;
}

.sic-scrollspy .report-listing-content {
    position: relative;
    height: calc(100vh - 230px);
    overflow: auto;
}

.modal {
    z-index: 1041 !important;
}

#generate-invoice .modal-body {
    min-height: 300px;
}

#generate-invoice .modal-body .logo-box {
    text-align: center;
}

#generate-invoice .modal-body .logo-box img {
    filter: brightness(0);
    max-width: 220px;
}

#generate-invoice .modal-body .org-reports-dropdown-col,
#generate-invoice .modal-body .prov-reports-dropdown-col {
    display: none;
    min-height: 38px;
}

#generate-invoice .modal-body .org-reports-dropdown-col.active,
#generate-invoice .modal-body .prov-reports-dropdown-col.active {
    display: block;
}

#generate-invoice .modal-body .form-check {
    width: 50%;
}

#generate-invoice .modal-body .form-check .form-check-input {
    opacity: 0;
}

#generate-invoice .modal-body .form-check label {
    background-color: #fff;
    margin-left: -24px;
    padding: 10px;
    margin-top: 0px;
    width: calc(100% + 24px);
    text-align: center;
    border: 1px solid #f39c12;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

#generate-invoice .modal-body .form-check .form-check-input:checked~label {
    background-color: #f39c12;
    color: #fff;
}

#generate-invoice .modal-body .form-check:first-child label {
    border-radius: 4px 0px 0px 4px;
}

#generate-invoice .modal-body .form-check:last-child label {
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
}

@media only screen and (max-width: 1440px) {
    #generate-invoice .modal-body .form-check:last-child label {
        border-left: 1px solid #f39c12;
    }
}

#generate-invoice .modal-body .btn-group {
    width: 100%;
}

#generate-invoice .modal-body .btn-group button {
    width: calc(100% - 50px);
    text-align: left;
}

#generate-invoice .modal-body .btn-group button.dropdown-toggle {
    width: 50px;
    text-align: center;
}

#generate-invoice .modal-body .btn-group .dropdown-menu {
    transform: translate3d(0px, 38px, 0px) !important;
    width: 100%;
}

#generate-invoice .modal-body .btn-group .dropdown-menu li a {
    text-decoration: none;
    padding: 8px;
    color: inherit;
    display: block;
}

#generate-invoice .modal-body .btn-group .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}

.dashboard-main-chart-area {
    display: flex;
    flex-wrap: wrap;
}

.dashboard-main-chart-area>div {
    padding-left: 16px;
    padding-right: 16px;
}

.dashboard-main-chart-area .chart-box {
    width: calc(100% - 325px);
    /* width: calc(100% - 420px); */
}

/* @media only screen and (max-width: 1366px) {
    .dashboard-main-chart-area .chart-box {
        width: 66.66%;
    }
} */

@media only screen and (max-width: 991px) {
    .dashboard-main-chart-area .chart-box {
        width: 100%;
    }
}

.dashboard-main-chart-area .chart-sidebar {
    width: 325px;
    /* width: 420px; */
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

/* @media only screen and (max-width: 1366px) {
    .dashboard-main-chart-area .chart-sidebar {
        width: 33.33%;
    }
} */

@media only screen and (max-width: 991px) {
    .dashboard-main-chart-area .chart-sidebar {
        width: 100%;
        margin-top: 24px;
    }
}

.dashboard-main-chart-area .chart-sidebar img.total-sps-chart {
    width: 100%;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 1440px) {
    .dashboard-main-chart-area .chart-sidebar img.total-sps-chart {
        width: 94%;
    }
}

@media only screen and (max-width: 1366px) {
    .dashboard-main-chart-area .chart-sidebar img.total-sps-chart {
        width: 65%;
    }
}

.dashboard-small-chart-box {
    min-height: 375px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

@media only screen and (max-width: 1440px) {
    .dashboard-small-chart-box {
        min-height: 275px;
    }
}

@media only screen and (max-width: 1200px) {
    .dashboard-small-chart-box {
        min-height: 255px;
    }
}

.dashboard-small-chart-box>* {
    width: 100%;
}

.dashboard-small-chart-box.dashboard-small-chart-box1 img {
    max-width: 220px;
    width: 100%;
}

@media only screen and (max-width: 1440px) {
    .dashboard-small-chart-box.dashboard-small-chart-box1 img {
        max-width: 160px;
    }
}

.dashboard-small-chart-box.dashboard-small-chart-box2 img {
    max-width: 400px;
    width: 100%;
}

@media only screen and (max-width: 1440px) {
    .dashboard-small-chart-box.dashboard-small-chart-box2 img {
        max-width: 300px;
    }
}

.dashboard-small-chart-box.dashboard-small-chart-box3 img {
    max-width: 100%;
    width: 100%;
}

.expandable-row-toggle {
    cursor: pointer;
}

.expandable-row-toggle:hover td,
.expandable-row-toggle.active td {
    background-color: #f5f5f5;
}

.expandable-row {
    display: none;
}

.calls-actions-box a {
    width: 40px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 1px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 4px;
    border-radius: 2px;
    margin-left: auto;
    width: 38px;
}

.calls-actions-box a:last-child {
    margin-bottom: 0;
}

.cpr-table-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
}

.cpr-table-top .inner1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 400px);
}

@media only screen and (max-width: 1440px) {
    .cpr-table-top .inner1 {
        width: calc(100% - 40px);
        /* border: 1px solid black; */
    }
}

.cpr-table-top .inner1 .form-check {
    margin-right: 16px;
}

.cpr-table-top .inner2 {
    width: 250px;
}

@media only screen and (max-width: 1440px) {
    .cpr-table-top .inner2 {
        width: 210px;
    }
}

.organization-dashboard-main-chart-area {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.organization-dashboard-main-chart-area>* {
    padding-left: 8px;
    padding-right: 8px;
}

.organization-dashboard-main-chart-area .inner1 {
    width: calc(100% - 330px);
}

@media only screen and (max-width: 1440px) {
    .organization-dashboard-main-chart-area .inner1 {
        width: calc(100% - 270px);
    }
}

@media only screen and (max-width: 1440px) {
    .organization-dashboard-main-chart-area .inner1 {
        width: calc(100% - 270px);
    }
}

@media only screen and (max-width: 1024px) {
    .organization-dashboard-main-chart-area .inner1 {
        width: 100%;
        border-bottom: 0 !important;
    }
}

.organization-dashboard-main-chart-area .inner2 {
    width: 330px;
}

@media only screen and (max-width: 1440px) {
    .organization-dashboard-main-chart-area .inner2 {
        width: 270px;
    }
}

@media only screen and (max-width: 1440px) {
    .organization-dashboard-main-chart-area .inner2 {
        width: 270px;
    }
}

@media only screen and (max-width: 1024px) {
    .organization-dashboard-main-chart-area .inner2 {
        width: 100%;
        margin-top: 16px;
    }
}

.organization-dashboard-main-chart-area .inner-new-1 {
    width: calc(100% - 380px);
}
@media only screen and (max-width: 1440px) {
    .organization-dashboard-main-chart-area .inner-new-1 {
        width: calc(100% - 380px);
    }
}

@media only screen and (max-width: 1024px) {
    .organization-dashboard-main-chart-area .inner-new-1 {
        width: 100%;
        border-bottom: 0 !important;
    }
}
.organization-dashboard-main-chart-area .inner-new-2 {
    width: 380px;
}
@media only screen and (max-width: 1440px) {
    .organization-dashboard-main-chart-area .inner-new-2 {
        width: 380px;
    }
}

@media only screen and (max-width: 1024px) {
    .organization-dashboard-main-chart-area .inner-new-2 {
        width: 100%;
        margin-top: 16px;
    }
}
.sic-modal .modal-lg .inline-form-box .label-col {
    width: 200px;
}

.sic-modal .modal-lg .inline-form-box .field-col {
    max-width: calc(100% - 200px);
    width: 100%;
}

@media only screen and (max-width: 1440px) {
    .main-content-title-box .field-with-inline-label {
        width: 300px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-content-title-box .field-with-inline-label {
        width: 280px;
    }
}

.super-admin-dashboard-small-chart-box {
    min-height: 484px;
}

@media (max-width: 1399px) {
    .super-admin-dashboard-small-chart-box {
        min-height: 400px;
    }
}

.main-breadcrumb {
    padding: 4px 16px 4px 24px;
    background: #fff;
}

/***************************************
    FOOTER
***************************************/
/********
zubair
*******/
/**************************************
pagination setting
**************************************/
li.page-item:nth-of-type(1n+5) {
    display: none;
}

li.page-item:last-child {
    display: block;
}

.Profile-content p {
    color: #8B8A9B;
}

.setting-icon i.fa.fa-cog {
    cursor: pointer;
    font-size: large;
}

.setting-icon i.fa.fa-cog:hover {
    color: #f39c12;
}

.profile-img img {
    width: 55px !important;
    height: 55px !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.dashboard-filters .select-days {
    width: 100%;
}

.dashboard-filters .select-days .form-select~option {
    padding: 10px 0px;
}

/*# sourceMappingURL=style.css.map */




/*****zubair ali****/
/****multiple select jquery plugin ui setting*****/
.select2-container {
    min-width: 0 !important;
}

.selection {
    cursor: pointer !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
#js-example-placeholder-single12 span.select2.select2-container.select2-container--default {
    width: 50% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    cursor: pointer !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-height: 6px !important;
    margin-top: 0px !important;
    padding-top: 2px !important;
    padding-left: 10px !important;
    cursor: pointer !important;
}

/**breadcumbs**/
li.breadcrumb-item.active {
    font-size: 17px !important;
    font-weight: 700 !important;
    /* color: black !important; */

}

/* .sic-breadcrumb li a{
  font-size: 17px !important;
  font-weight: 600 !important;
} */
/**cdr dropdown arrow**/
.cdr_dropdown_arrow::after {
    content: "";
    display: inline-block !important;
    margin-left: 0.255em !important;
    vertical-align: 0.255em !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
}

.select2-results__option:before {
    min-width: 20px !important;
    min-height: 20px !important;
}

#billingRatesSaveButton:focus {
    box-shadow: none
}

.active_1 {
    background-color: green !important;
    color: white !important;
}


/* collapse class*/


.collapsible {

    width: 50%;

}

.active_collapse,
.collapsible:hover {
    /* background-color: #f39c12; */

}

.content {
    padding: 0 14px;
    display: none;
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
}

.permission-toggle {
    padding: 8px 12px 7px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.5;
}

.permission-toggle:after {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url("./images/svgIcons/right-arrow.svg");
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
    left: 8px;
    transition: 0.3s;
}

.permission-toggle.active_collapse:after,
.permission-toggle.collapsed:after {
    transform: rotate(90deg);
}

@media only screen and (min-width: 1441px) {
    .permission-toggle {
        padding: 8px 24px 7px;
    }
}

@media only screen and (max-width: 1440px) {
    .permission-toggle {
        padding: 6px 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .permission-toggle {
        padding: 6px 20px;
    }
}

@media only screen and (min-width: 1441px) {
    .permission-toggle:after {
        top: 16px;
        left: 10px;
    }
}

@media only screen and (max-width: 1440px) {
    .permission-toggle:after {
        top: 12px;
    }
}

.option-place-holder {
    color: #858585;
}



.collapsible-table {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active-table,
.collapsible-table:hover {
    background-color: #555;
}

.content-table {

    display: none;
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
}

.table-width {
    width: 98%;
    transition: all 0.3s ease-in;
}

.sidebar-dropdown {
    background-color: #6c757d !important;
    border: unset !important;
    color: white !important;
}

.sidebar-dropdown option {
    background-color: white;
    color: black;
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("./images/svgIcons/64x64.gif") no-repeat center center rgb(254, 254, 254)
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("./images/svgIcons/64x64.gif") no-repeat center center rgb(254, 254, 254)
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

/* strat toogle button */
div#edit-user-admin .modal-footer button {
    margin-right: 200px;
}


/* end toogle button */

.icon-width {
    width: 18px;
}




.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.375rem 0.75rem;
    margin-left: 1px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    background: transparent;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid #f39c12;
    background-color: #f39c12 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    /* color: white !important;
    border: 1px solid #111;
    background-color: #585858; */
    color: #0a58ca !important;
    background: #e9ecef !important;
    border-color: #dee2e6 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #f39c12 !important;
    border-color: #f39c12 !important;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    /* W3C */
    box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: inherit;
}

@media screen and (max-width: 767px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;

}

.dataTables_wrapper .dataTables_filter label {
    width: 99.5%;

}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
    width: 100%;
}

.dataTables_info {
    display: inline-block !important;
    margin-top: 7px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2.3rem 2.3rem !important;
    outline: 0;
}

.sic-modal .modal-header {
    position: relative;
    padding-right: 50px;
    border-bottom: 0 !important;
    min-height: 75px;
    border-radius: 30px;
}

/**************************************
working on edit user popup(remove org)
***************************************/
.remove-text-section::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.remove-text-section::-webkit-scrollbar-track {

    border-radius: 10px;
}

/* Handle */
.remove-text-section::-webkit-scrollbar-thumb {
    background: #f39c12;
    border-radius: 10px;
}

.remove-text-section {
    overflow-y: scroll;
    height: 116px;
    border-radius: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.remove-text-box {
    width: fit-content;
    margin: 2px 0;
    border-radius: 4px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.popup-text {
    padding: 4px 8px;
}

.popup-icon {
    margin-right: 2px;
    transition: all 0.3s ease-in;
}

.popup-icon a {
    /* color: black; */
    padding: 5px;
    transition: all 0.3s ease-in;
}

/* .popup-icon a:hover{
    color: white;
    transition: all 0.3s ease-in;
} */
.popup-icon a:hover svg.bi.bi-x {
    background-color: #d32727;
    transition: all 0.3s ease-in;
    color: white;
}

svg.bi.bi-x {
    transition: all 0.3s ease-in;
    color: black;
}

.hiddenAttribute {
    display: none;
}




/* my-wallboard */


.last-box-bg-color {
    background-color: #737373 !important;
}

.wallboard-board-box {
    margin: auto;
    max-width: 150px;
    background-color: #17335a;
    border-radius: 10px;
    padding: 10px 12px;
    color: #ffb800;
}

.wallboard-board-box p {
    font-weight: 700;
    font-size: 15px;
    color: #ffb800 !important;
    margin-bottom: 5px;
}

.wallboard-board-box .wallboard-numbers {
    color: white !important;
    font-size: 15px;
}

.content-handling p {
    font-size: 10px;
    text-align: center;
}

.time-counter-box {
    padding: 12px;
}

.icon-box {
    width: 15px;
}

.online {
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
    margin-left: 0px;
    margin-bottom: 4px;
}

.offline {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    margin-left: 0px;
    margin-bottom: 4px;
}

.apexcharts-tooltip-marker {
    margin-bottom: 16px !important;
}

li#cdr_width a {
    width: 88px;
}
/* span.select2-dropdown.select2-dropdown--below
{
    width: 215px !important;
} */
.spinner-border-sm{
    display: none;
    /* width: 1.5rem !important;
    height: 1.5rem !important; */
}
.organizations-dates{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #45b3aa;
    color: white;
}
.organizations-dates p{
    font-weight: 500;
    font-size: 20px;
}
.apexcharts-grid-row{
    display: none !important;
}
.graph-bg-color{
    background-color: #fff;
}
.filter-heading{
    width: 100px;
}
/* call costs box ui start */
.call-cost-billing{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border: 1px solid black; */
}
.left-box{
    width: calc(100% - 360px);
    padding: 15px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.right-box{
    width: 315px;
    padding: 15px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    background-color: #FFFAF2;
    border-left: 2px solid #f39c12;
}
.call-cost-summary{
    margin-top: 22px;
}
.left-inner-box{
    display: flex;
}
.left-inner-box .callcosts-content{
    width: 50%;
}
.incoming-background-icon{
    background-image: url(./images/ingoing.png);
    background-size: auto;
    background-repeat: no-repeat;
    margin-right: -175px;
    background-position: bottom center;
}
.outgoing-background-icon{
    background-image: url(./images/outgoing.png);
    background-size: auto;
    background-repeat: no-repeat;
    margin-right: -175px;
    background-position: bottom center;
}
.oganization-filter{
    width: 300px;
}
/* call costs box ui end */
.width-controller{
    width: 100%;
}

/*cdr new ui*/
.cdr-advance-filter .filter-content .single-col .filter-with-title .inner1{
    width: 250px;
}
.cdr-advance-filter .filter-content .single-col .filter-with-title .inner2{
    width: calc(100% - 250px);
}
.selection-box{
    display: flex;
}
.cdr-advance-filter .filter-content .single-col .filter-with-title .inner2 .dropdown-menu{
    display: block;
    position: unset;
    border: unset;
}
.cdr-advance-filter .filter-content .single-col .filter-with-title .inner2 .dropdown-menu .checkbox-list .checkbox-list-col{
   width: unset;
}
.cdr-advance-filter .filter-content .single-col .filter-with-title .inner2 .dropdown-menu .checkbox-list .checkbox-list-col:first-child{
    padding-left: 0;
 }
.cdr-advance-filter .filter-content .single-col .filter-with-title .inner2 .dropdown-menu li{
    padding-left: 0;
 }
/* table tr hover */
.sic-table tbody tr:hover{
    background-color:#F5F9FA;
}
/* description content box(audit log) */
.description-box{
    width: 45%;
    border: 1px solid gainsboro;
    margin: 4px 0px;
    padding: 10px;
    background-color: #F5F9FA;
}
.description-box .description-content{
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
}
.description-box .description-content:first-child{
    font-size: 16px;
}
.description-box .description-content:not{
    font-size: 16px;
}
.description-box .description-content .bold-content{
    font-weight: 900;
    font-style: italic;
}

/* select option[value="active"] {
    color: green;
}
select option{
    color: yellow;
} */
.icon-size{
    width: 17px;
}
.action-col-icon-size{
    width: 20px !important;
}
