body {
    font-family: "Roboto", sans-serif;
    height: 100vh;
        background-color: #ecf0fa;
}

.app-content {
    min-height: calc(100vh - 50px);
    margin-bottom: 0 !important;
    /* -webkit-transition: margin-left 0.3s ease; */
    -o-transition: margin-left 0.3s ease;
    /* transition: margin-left 0.3s ease; */
    overflow: hidden;
}
.side-header {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}
.sticky-pin{
    position: fixed !important;
    top:0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.side-header {
    position: sticky;
    width: 100%;
    z-index: 10 !important;
    border-bottom: 1px solid #e7ebf5;
}
.main-header {
    background-color: transparent;
    z-index: 100;
    height: 64px;
    background: #fff;
    border-bottom: 1px solid #dee4ec;
    z-index: 1025 !important;
    width: 100% !important;
}
.main-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #dee4ec;
    box-shadow: 5px 7px 26px -5px #cdd4e7;
}
.sidenav-toggled .app-content {
    transition: margin-left 0.3s ease;
}
.main-header > .container, .main-header > .container-fluid {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.main-content .container, .main-content .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.main-header-left {
    display: flex;
    align-items: center;
}
.main-header-right {
    display: flex;
    align-items: center;
}
.main-header-profile,
.menu-header-content {
    background: #7a003d;
}
.app-sidebar__toggle {
    color: #fff;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
    margin-right: 10px;
    display: block;
    font-size: 22px;
    color: #272746;
    position: relative;
    line-height: 23px;
    outline: none;
    height: 40px;
    width: 40px;
    background: transparent;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}
.main-header-center {
    flex: 1;
    margin: 0 50px;
    position: relative;
    display: none;
}
.main-header-center {
    display: flex;
}
.header-icon {
    text-align: center;
    line-height: 40px;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    line-height: 1.7;
    font-size: 1.5rem;
    color: #3b3b3b;
}
.sidebar-mini.sidenav-toggled .close-toggle {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
}
.sidenav-toggled .app-sidebar__toggle {
    display: block;
}
.app-sidebar__toggle .close-toggle, 
.sidebar-mini.sidenav-toggled .open-toggle {
    display: none;
}
.main-header-center .form-control {
    padding: 1rem 1.5rem;
}
.main-header-message, .main-header-notification {
    position: relative;
    margin: auto 3px;
}
.main-profile-menu.nav-link {
    padding: 0.5rem 0.5rem;
}
.main-profile-menu .profile-user img {
    margin-left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.main-profile-menu .dropdown-menu {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border-width: 0;
    margin-top: 0;
    z-index: 900;
    border-radius: 0;
    position: absolute;
    top: 56px;
    left: auto;
    right: -10px;
    bottom: auto;
    width: 230px;
    border-width: 1px;
}
.nav .nav-item .dropdown-menu {
    top: 46px;
    border-radius: 6px;
    min-width: 245px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}
.pulse-danger {
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ee335e;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    animation: pulse-danger 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.pulse {
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c03c;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    animation: pulse 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.main-header-message > a, .main-header-notification > a, .nav-item.full-screen > a {
    display: block;
    font-size: 22px;
    color: #272746;
    position: relative;
    line-height: 37px;
    outline: none;
    height: 40px;
    width: 40px;
    background: transparent;
    margin: auto;
    text-align: center;
}

.main-header-message > a, .main-header-notification > a, .nav-item.full-screen > a {
    padding: 0;
    border-radius: 50%;
}
.body-container{
    width: 100%;
    padding: 20px 0;
}
.grid-box {
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    border: 0;
    display: flex;
    position: relative;
    font-size: .875rem;
    min-width: 0;
    word-wrap: break-word;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    margin-top: 30px;
    flex-direction: column;
}

.grid-box a{
    padding: 15px;
    text-decoration: none;
}
.grid-box h4 {
    color: #999;
    margin: 0;
    font-size: 14px;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 0;
    text-align: right;
    font-family: "Roboto", sans-serif;
}
.grid-box h3 {
    color: #3C4858;
    margin-top: 0px;
    min-height: auto;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 3px;
    text-decoration: none;
    text-align: right;
}
.grid-box span {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,.14), 0 7px 10px -5px rgba(76, 175, 80,.4);
    position: absolute;
    width: 80px;
    height: 80px;
    top: -30px;
    background: #218dc1;
    border-radius: 4px;
    font-size: 47px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    left: 30px;
    transition: all .3s ease-in-out;
}

.grid-box a:hover span{
    top:-35px;
    transition: all .3s ease-in-out;
    background: #126086;
}
.main-footer {
    background-color: #fff;
    border-top: 1px solid #e3e8f7;
    margin-top: auto;
}
.main-footer .container-fluid {
    font-size: 12px;
    padding: 3px 20px 2px;
    align-items: center;
    justify-content: space-between;
    color: #737f9e;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    line-height: 3.7;
    padding-left: 20px;
    padding-right: 20px;
}
.card-table-two {
    border-color: #e2e8f5;
    padding: 20px;
}
.search-field{
    position: relative;
}
.search-field input {
    height: 40px;
    border-radius: 4px;
    background: #ecf0fa;
    border: 1px solid #ecf0fa;
    padding-right: 40px;
    max-width: 200px
}
.search-field .btn{
        position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    height: 40px;
    color: #b4bdce;
    transition: none;
    font-size: 16px;
    padding-right: 13px;
}
.main-content-label, .card-table-two .card-title, .card-dashboard-eight .card-title {
    color: #242f48;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: .2px;
}
.card-table-two .card-title {
    font-size: 16px;
}
.right-side {
    display: inline-flex;
}
.tx-12 {
    font-size: 12px;
}
.country-table .table th, .country-table .table td {
    padding: 10px 15px;
    line-height: 1.462;
}
.table thead th, .table thead td {
    color: #37374e;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 0 15px 5px;
}
.table tbody th, .table tbody td {
    font-size: 12px;
}
.input-checkbox {
    display: inline-block;
    position: relative;
}
.input-checkbox input {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 17px;
    height: 17px;
    opacity: 0;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1;
}
.input-checkbox span {
    width: 17px;
    height: 17px;
    border: 2px solid #7b003d;
    display: block;
    border-radius: 2px;
}
.input-checkbox span:after {
    content: '\eed6';
    font-family: IcoFont;
    font-style: normal;
    font-size: 19px;
    position: absolute;
    top: 0px;
    left: -1px;
    line-height: 17px;
    width: 20px;
    color: #fff;
    transform: scale(0);
    transition: all .3s ease-in-out;
}
.input-checkbox input:checked + span{
    background: #7c003b;
}
.input-checkbox input:checked + span:after {
    transform: scale(1);
}
.btn-rounded {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,.14), 0 7px 10px -5px rgba(76, 175, 80,.4);
}
.btn-rounded:hover {
    transform: translate(0px,-2px);
}
.table-shadow td, .table-shadow th {
    border: 0px;
    vertical-align: middle;
}
.table-shadow tr {
    box-shadow: 0px 0px 10px #ececec;    
    transition: all .3s ease-in-out;
}
.country-table{
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0px 10px 5px;
}
.blank-tr{
box-shadow: none !important;
 }
.blank-tr td{
    padding: 3px !important;
}
.table-shadow thead tr {
    box-shadow: 0px 0px 10px #ffdced;
    background: #ffd2e7;
}
.table-shadow tbody tr:hover {
box-shadow: 0px 0px 10px #dbdbdb;   
    transform: translate(0,-2px);
    transition: all .3s ease-in-out;
}
.table tbody td span i{
    font-size: 16px;
}
.table tbody td a{
    text-decoration: none;
    font-weight: 600;
    color:#2b2b2b;
}
.main-header-message,
.main-header-notification{
    position: relative;
}
.main-header-message .dropdown-toggle::after,
.main-header-notification .dropdown-toggle::after,
.main-profile-menu .dropdown-toggle::after{
    display: none;
}

.main-header-message .dropdown-menu,
.main-header-notification .dropdown-menu {
    width: 300px;
    position: absolute;
    top: 46px !important;
    left: auto !important;
    right: -10px !important;
    bottom: auto;
    border-color: transparent;
    border-width: 1px;
    z-index: 9;
}
.main-profile-menu .dropdown-menu {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border-width: 0;
    margin-top: 0;
    z-index: 900;
    border-radius: 0;
    position: absolute;
    top: 56px !important;
    left: auto !important;
    right: -10px !important;
    bottom: auto;
    width: 230px;
    border-width: 1px;
}
.nav .nav-item .dropdown-menu {
    /*top: 56px !important;*/
    border-radius: 6px;
    min-width: 245px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    transform: none !important;
    padding: 0px;
}
.menu-header-content {
    padding: 1.2rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.chat-scroll, .Notification-scroll {
    max-height: 291px;
    position: relative;
    overflow: hidden;
}
.main-header-message .dropdown-footer, .main-header-notification .dropdown-footer {
    border-top: 1px solid #dce1ef;
    padding: 10px;
    background: #f6f6fb;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.1);
    text-align: center;
}
.main-header-message .dropdown-footer a,
.main-header-notification .dropdown-footer a {
    font-size: 13px;
}
.main-header-message .dropdown-menu:after,
.main-header-notification .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -8.5px;
    right: 24px;
    border-bottom:9px solid #7a003d;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.drop-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}
.cover-image {
    background-size: cover !important;
}
.wd-90p {
    width: 90%;
}
.main-message-list a,
.main-notification-list a{
    text-decoration: none;
    border-bottom: 1px solid #e3e8f7;
}
.main-message-list a .desc {
    font-size: 13px;
    color: #535384;
    margin-left: 10px;
}
.main-message-list a .time {
    font-size: 11px;
    color: #8d8db3;
    font-weight: 400;
}
.main-message-list a .name {
    font-size: .9rem;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    color: #031b4e;
    margin-left: 10px;
}
.notification-label {
    font-size: 13.5px;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    color: #031b4e;
}
.notification-subtext {
    font-size: 12px;
    color: #4d5875;
}
.notifyimg i {
    color: #000;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    font-size: 21px;
    border-radius: 100%
}
.main-header-message i, 
.main-header-notification i, 
.nav-item.full-screen i {
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    font-size: 18px;
}
.btn-primary {
    color: #fff;
    background-color: #7c003b;
    border-color: #7c003b;
}
.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active, 
.btn-primary:not([disabled]):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle
 {
    color: #fff;
    background-color: #7c003b;
    border-color: #7c003b;
}
.btn-primary:not([disabled]):not(.disabled).active:focus, 
.btn-primary:not([disabled]):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus,
.btn.focus, .btn:focus{
    outline: none;
    box-shadow: none
}
@media (min-width: 576px){
.main-header-profile .main-img-user {
    width: 80px;
    height: 80px;
}
}
.main-header-profile .main-img-user {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
}
.main-img-user img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 100%;
}
.main-header-profile .main-img-user::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 6px;
    width: 6px;
    height: 6px;
    background-color: #17b86a;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
    border-radius: 100%;
    bottom: 3px;
    display: block !important;
    top: 35px;
}
.main-header-profile span {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
}
.main-header-profile h6 {
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 16px;
    color: #fff;
}
.main-profile-menu .dropdown-item {
    position: relative;
    padding: 20px 16px;
    height: 38px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #031b4e;
    font-weight: 400;
}
.main-profile-menu .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -8.5px;
    right: 24px;
    border-bottom: 9px solid #7a003d;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.main-profile-menu .dropdown-item i {
    font-size: 20px;
    margin-right: 10px;
    width: 24px;
    text-align: center;
}
.login-container {
    display: flex;
    width: 100%;
    height: 100vh;
}

.right-section {
    width: 100%;
    padding:20px;
    overflow: auto;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(0deg, #ffaed5, white);
    justify-content: center;
}

.inner-form {
    width: 100%;
    max-width: 300px;
}

.inner-form img {
    max-width: 200px;
    display: block;
    margin: 30px auto;
        mix-blend-mode: darken;
}

.inner-form .form-group label {
    margin: 0px;
    font-size: 14px;
}

.inner-form .form-control {
    height: auto;
    border-color: #efefef;
    font-size: 18px;
    outline: none;
    box-shadow: none
}

.inner-form a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.login-content {
    max-width: 330px;
    text-align: center;
}

.login-content p {
    font-size: 14px;
    word-spacing: 4px;
    margin: 0px;
}

.login-content h2 {
    font-size: 38px;
    margin: 8px 0px;
    font-weight: 400;
    color: #7d003c;
}

.login-content .content {
    font-size: 12px;
}
.add-forms .form-group > label{
    margin:0px;
    font-size: 12px;
    font-weight: 600;
}
.add-forms .form-group .form-control{
    box-shadow: none !important;
    outline:none;
}
@media (min-width: 768px){
    .app-content {
        margin-left: 250px;
    }
    .main-header {
        z-index: 975 !important;
        width: 100% !important;
        left: 0;
        padding-left: 250px;
        position: fixed;
    }
    .app.sidenav-toggled .main-header {
        padding-left: 80px;
    }
    .app.sidenav-toggled .app-content {
        margin-left: 80px;
    }
    .app.sidenav-toggled .app-sidebar {
        left: 0;
        width: 80px;
        overflow: hidden;
    }
    .responsive-logo {
        display: none;
    }
}
@media (min-width: 992px){
    .main-content {
        padding-top: 0 !important;
        margin-left: 240px;
    }
    .sticky-pin {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .main-header > .container, .main-header > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-header-center {
        display: block;
    }
    .main-header-left .form-control {
        height: 40px;
        border-radius: 20px;
        background: #ecf0fa;
        border: 1px solid #ecf0fa;
    }
    .main-header-left .btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: transparent;
        height: 40px;
        color: #b4bdce;
        transition: none;
        font-size: 16px;
        padding-right: 13px;
    }
}
@media (min-width: 1135px){
    .main-header-left .form-control {
        width: 350px;
    }
}

@media(max-width: 767px){
    .responsive-logo {
        /*width: 220px;*/
    }
    .responsive-logo a:first-child{
        display: none
    }
    .responsive-logo a:last-child{
        display: block;
    }
    .sidenav-toggled .responsive-logo{
        width: auto;
    }
    .sidenav-toggled .responsive-logo a:first-child{display:none;}
    .sidenav-toggled .responsive-logo a:last-child{display:block;}
    .sidenav-toggled .close-toggle{display: block;}
    .sidenav-toggled .app-sidebar{left:-280px;}
    .left-section {display: none;}
    .right-section{width:100%;}
    .card.card-table-two > .d-flex {
    flex-wrap: wrap;
}
}
@media (max-width: 575px){
    .right-side{
        flex-wrap: wrap;
    }
    .search-field.ml-2{
        margin-left: 0px !important;
        width: 100% !important;
        margin-bottom: 10px !important
    }
    .search-field input{
        width: 100%;
        max-width: 100%;
    }
}


@-webkit-keyframes pulse-danger {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.9);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
  }
}

@keyframes pulse-primary {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.9);
    box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.7);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
    box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
    box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
  }
}

@-webkit-keyframes pulse-primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.9);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
  }
}

@keyframes pulse-primary {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.9);
    box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.7);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
    box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
    box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
  }
}

ngb-modal-backdrop {
  background: rgba(0,0,0,.4);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
ngb-modal-window,
.modal-dialog {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  max-width: 700px;
  right: 0px;
  height: 100%;
}
  ngb-modal-window.modal.fade.show.d-block{
      max-width:100%;
  }
  /*.modal-content{border-radius:0px !important;}*/
  .modal-header {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
  .modal-header button {
    position: absolute;
    left: -45px;
    margin: 0px !important;
    padding: 0px !important;
    background: #fff !important;
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    padding-bottom: 7px !important;
    border-radius: 6px;
    text-align: center;
    top: 8px;
  }
.modal-header h2 {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}
  .modal-header br{display:none;}
  .modal-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  .modal-footer .btn{
      margin:0px 5px;
  }
.modal-body{
    height:100%;
    overflow:auto;
}

.owl-theme .owl-nav [class*=owl-] {
  background: #ce094c !important;
}
