body,
html {
    height: 100%;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.ttf');
    font-weight: normal;
}

body {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'MyriadProRegular', Arial, Helvetica, sans-serif;
}

.login-icon {
    top: 4px;
    left: 20px;
    font-size: 24px;
    color: #276CC5;
}

textarea {
    white-space: normal;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
.btn:hover,
.btn:focus,
.form-control:hover,
.form-control:focus,
select:hover,
select:focus,
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: inherit;
}

.navbar {
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .w-75 {
        width: 100% !important;
    }

    .w-25 {
        width: 100% !important;
    }

    .fs-16 {
        font-size: 14px !important;
    }

    .fs-14 {
        font-size: 12px !important;
    }

    .navbar ul {
        text-align: center;
    }

    .brand-in-dash {
        display: none;
    }

    .control-option {
        width: 100%;
        margin-bottom: 12px;
    }

    .search-in-datalist {
        display: block;
        width: 100%;
        margin-top: 16px;
        text-align: center;
    }
    .card-body.p-3 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media (min-width: 768px) {
    .navbar {
        height: 47px;
    }

    .brand-in-mob {
        display: none;
    }
}

.navbar .dash-nav-link {
    width: 120px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    height: 48px;
    line-height: 47px;
}

.navbar .nav-item.active a {
    color: #276CC5 !important;
    background: #fff;
}

/**
/* Body and main layout Style
**/

.body-layout {
    width: 100%;
    height: 100%;
}

.main {
    height: calc(100% - 47px);
    top: 47px;
    position: relative;
}

    .main .content {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all 0.5s ease-in-out;
        overflow: auto;
        background: #fff;
    }

.side-meun li.active a {
    background: #276CC5;
    color: #fff !important;
}

.side-meun li a::after {
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    float: right;
    font-size: 20px;
}

/**
/* Checkbox Style
**/

.container-check {
    display: block;
    position: relative;
    padding-left: 25px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
}

    .container-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #276CC5;
}

.container-check input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #276CC5;
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.container-check input:checked ~ .checkmark:after {
    display: block;
}

.container-check .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #276CC5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Styling Table*/

.dash-table.tableFixHead {
    overflow-y: auto;
    height: 310px;
}

.tableFixHead {
    overflow-y: auto;
    height: 420px;
}

    .tableFixHead .table {
        border: 0;
    }

.table th,
.table td {
    border: 0;
}

.tableFixHead th {
    position: sticky;
    top: 0;
    background: #efefef !important;
    border-bottom: 1px solid #ddd;
    font-size: 14px
}

.table th,
.table td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    padding: 0.65rem;
}

.table td {
    font-size: 13px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(176 176 176 / 7%);
}

.tableFixHead::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.tableFixHead::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.tableFixHead::-webkit-scrollbar-thumb {
    background-color: #cecdcd;
    outline: 1px solid #e0e0e0;
    border-radius: 3px;
}

.chat-with-us {
    position: absolute;
    right: 60px;
    bottom: 20px;
}

.settings-form .form-control {
    height: calc(2.6rem + 2px);
}

.settings-form textarea.form-control {
    height: auto;
}

.control-option .form-control {
    height: calc(2rem + 2px);
}


.control-option .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #276CC5;
}

.control-option .third-level {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 30px;
    right: 160px;
    width: 350px;
    list-style: none;
    padding: 20px 40px;
    margin: 0;
    background: #fff;
    transition: 0.5s all ease-in-out;
}

.control-option .second-level:hover .third-level {
    transition: 0.5s all ease-in-out;
    opacity: 1;
    visibility: visible;
}


/*Profile Image*/
.profile .small-12 {
    position: relative;
    /* margin: auto; */
}

.profile .profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
    /* margin: auto; */
    width: 100%;
    height: 100%;
}

.profile .file-upload {
    display: none;
}

.profile .circle {
    /* border-radius: 1000px !important; */
    display: block;
    margin: auto;
    overflow: hidden;
    width: 180px;
    height: 180px;
    border: 4px solid rgba(216, 216, 216, 0.7);
    /* position: absolute;
  top: 72px; */
}

.profile img {
    max-width: 100%;
    height: auto;
}

.profile .p-image {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    bottom: -7px;
    right: -15px;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: #276cc5;
    padding: 3px 4px;
}

    .profile .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.profile .upload-button {
    font-size: 30px;
    color: #fff;
}

    .profile .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        cursor: pointer;
    }

.active-form {
    background: #fff !important;
}

.save-notification, .cancel-notification {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
}

    .save-notification.view-options-btn, .cancel-notification.view-options-btn {
        opacity: 1;
        visibility: visible;
    }

.round {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    color: rgb(61, 61, 61);
}

    .round label {
        background-color: #fff;
        border: 2px solid #d8d8d8;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #276CC5;
            border-color: #276cc5;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

/* The switch - the box around the slider */
.custom-toggler .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
    float: right;
}

    /* Hide default HTML checkbox */
    .custom-toggler .switch input {
        display: none;
    }

/* The slider */
.custom-toggler .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .custom-toggler .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 5px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.custom-toggler input:checked + .slider {
    background-color: #2196F3;
}

.custom-toggler input.primary:checked + .slider {
    background-color: #2196F3;
}

.custom-toggler input.success:checked + .slider {
    background-color: #8bc34a;
}

.custom-toggler input.info:checked + .slider {
    background-color: #3de0f5;
}

.custom-toggler input.warning:checked + .slider {
    background-color: #FFC107;
}

.custom-toggler input.danger:checked + .slider {
    background-color: #f44336;
}

.custom-toggler input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.custom-toggler input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.custom-toggler .slider.round {
    border-radius: 34px;
}

    .custom-toggler .slider.round:before {
        border-radius: 50%;
    }

.flexbox-container {
    background: linear-gradient(3deg, rgb(40, 100, 194) 0%, rgb(38, 112, 200) 35%, rgb(22, 185, 234) 100%);
}

/* .m-login__form .form-group .form-control:focus+.form-label, .m-login__form .form-group .form-control:valid+.form-label {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  background-color: #fff;
  border-color: #6c006c;
  font-size: 14px;
} */

.m-login__form .form-control {
    border: 0;
    border-bottom: 1px solid #b4b4b4;
    border-radius: 0;
}

.m-login__form .form-group .form-control:focus + .form-label, .m-login__form .form-label.input-with-val {
    z-index: 5;
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.m-login__form .form-label {
    position: absolute;
    z-index: 5;
    left: 58px;
    top: -8px;
    transition: 0.3s;
}

.break-all {
    word-break: break-all;
}