@charset "UTF-8";

@font-face{
    font-family: 'Montserrat Regular';
    src: url('../../fonts/Montserrat/Montserrat-Regular.ttf');
    font-display: block;
}

@font-face{
    font-family: 'Montserrat Bold';
    src: url('../../fonts/Montserrat/Montserrat-Bold.ttf');
    font-display: block;
}

@font-face{
    font-family: 'Montserrat SemiBold';
    src: url('../../fonts/Montserrat/Montserrat-SemiBold.ttf');
    font-display: block;
}

@font-face{
    font-family: 'Montserrat ExtraBold';
    src: url('../../fonts/Montserrat/Montserrat-ExtraBold.ttf');
    font-display: block;
}

@font-face{
    font-family: 'Montserrat Medium';
    src: url('../../fonts/Montserrat/Montserrat-Medium.ttf');
    font-display: block;
}

.cursor-pointer
{
    cursor: pointer;
}
* {
    font-size: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* font-weight: 400; */
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

html, body{
    height: 100% !important;
}

body{
    margin: 0; 
    padding: 0;
}
.nav-wrapper{
    min-height: 90px;
}
.container-fluid{
    /* margin-top: 90px; */
}

.login.container-fluid{
    margin-top: 0;
}

.reset-password.container-fluid{
    margin-top: 0;
}

.forgot-password.container-fluid{
    margin-top: 0;
}

.thankyou.container-fluid{
    margin-top: 0;
}

.container-fluid .content-wrapper{
    width: 90%;
    margin: 0 auto;    
}

:focus {
    outline: 0;
    box-shadow: none!important;
}

.nav-wrapper,
.nav-wrapper .navbar {
    background: #354350;
    position: relative;
    z-index: 1000;
}

.nav-wrapper .navbar{
    width: 90%;
    margin: auto;
    padding: 15px 0px;
}

.fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-brand{
    letter-spacing : 7px;
    margin-right: 2.8rem;    
}

.nav-wrapper .nav-item.active .nav-link .nav-text:first-child{
    position: relative;
    z-index : 1;
}

.nav-wrapper .nav-item.active .nav-link .nav-text:first-child:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: -6px;
    height: 1px;
    width: 95%;
    border-bottom: 1.5px solid #ffffff;
}

.nav-wrapper .navbar-nav.mr-auto .nav-item{
    padding: 0 10px;
}

.nav-wrapper .navbar-nav:last-child .nav-item{
    font-size: 18px;
} 

.nav-wrapper .navbar-nav .nav-item{
    font-family: Quicksand;
    font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;     
}

@media only screen and (max-width: 991px){
    .navbar-brand{
        padding-left: 10px;
        padding: 20px 10px 0;
    }
    .nav-wrapper .navbar-nav .nav-item.dropdown:not(:last-child){
        padding-left: 10px;
    }

    .nav-wrapper .navbar-nav .nav-item.dropdown:last-child{
        padding-left: 5px;
    }
}

.username-label{
    font-size: 15px;
    position: relative;
    top: -3px;
}

.author-bg{
    background : url('/images/write-593333_1920.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    padding-bottom: 12px;
}

.btn-custom{
    border-radius: 30px;
    background: #ffffff;
    border: solid 1px;
}

.btn-custom:hover, .btn-custom.btn-transparent:hover{
    background: #e9ecef;
}

.btn-custom.btn-transparent{
    background: transparent;
    color: #ffffff;
    border: solid 1px #ffffff;
}

.btn-custom.btn-transparent:hover{
    color: #343a40;
}

.site-btn{
    border-radius: 2px;
}

.btn-dark-red,
.btn-outline-dark-red:hover{    
    background: #C12938;
    color: #fff;
}

.btn-dark-red:hover{
    background: #a72f3b;
    color: #F8B1B5;
}

.btn-outline-dark-red{
    border-color:  #bf2938;
    color: #bf2938;
    background: #ffffff;
}

.btn-dark,
.btn-dark.disabled,
.btn-outline-dark:hover{
    /* background: #354350; */
}

.btn-dark:not(.disabled):hover{
    background: #29333c;
    color: #B5C1CD;
}

.btn-outline-dark{
    background: #ffffff;
    border-color: #354350;
    color: #354350;
}

.btn-pale-blue{
    background: #869CB1;
    color: #fff;
}

.btn-pale-blue:hover{
    background: #798fa5;
    color: #c7daec;
}

.text-dark-red{
    color: #C12938;
}

.invitations ul li .btn{
    border-radius: 6px;
    padding: 1px 12px;
    font-size: 13px;
    margin-right: 5px;
}

.dataTables_wrapper .tbl-search-wrapper{
    position: relative;
}

.dataTables_wrapper .tbl-search-wrapper input[type="search"]{
    padding-right: 40px;
    padding: 26px 50px 26px 25px;
    font-size: 20px;
    letter-spacing: 1px;
}

.dataTables_wrapper .tbl-search-wrapper input[type="search"]::placeholder{
    color: #c5c5c5
}

.dataTables_wrapper .tbl-search-wrapper .tbl-search-wrapper-icon{
    position: absolute;
    top: 10px;
    right: 15px;
}

.dataTables_wrapper .row:first-child{
    margin-bottom: 2rem;
}

.solid-corner{
    border-radius: 0 !important;
}

.hand{
    cursor: pointer;
}

.f-11{
    font-size : 11px;
}

.f-16{
    font-size: 16px;
}

textarea:focus, select:focus, input:focus, button:focus{ 
    outline: none !important;
    /*box-shadow:none !important;*/
    border:1px solid #ccc !important;
}

.with-border-b{
    border-bottom : 1px solid rgba(0,0,0,.125);
}

#navbarToggler .dropdown-menu{
    left: auto;
    right: 0;
    margin-top: 22.4px;
}

@media only screen and (max-width: 991px){
    #navbarToggler .dropdown-menu{
        /*width: 90%;*/
    }
}

@media only screen and (max-width: 480px){
    div[aria-labelledby="invitationNavbarDropdown"],.mCustomScrollBox{
        /*width: 90%;*/
    }
    .notify.dropdown-item{
        width: 100% !important;
        min-width: 0 !important;
    }
}

@media only screen and (max-width: 390px){
    #navbarToggler .dropdown-menu{
        /*width: calc(90% - 20px);*/
    }
}

@media only screen and (max-width: 370px){
    #navbarToggler .dropdown-menu{
        /*width: calc(90% - 40px);*/
    }
}

@media only screen and (max-width: 360px){
    #navbarToggler .dropdown-menu{
        /*width: calc(90% - 50px);*/
    }
}

@media only screen and (max-width: 345px){
    #navbarToggler .dropdown-menu{
        /*width: calc(90% - 60px);*/
    }
}

@media only screen and (max-width: 330px){
    #navbarToggler .dropdown-menu{
        /*width: calc(90% - 70px);*/
    }
}

.mCSB_container > ul{
    padding-left: 0
}

.notify.dropdown-item{
    overflow-y: auto;
    min-height : 200px;
    height:200px;
    min-width: 400px;
    width: 400px;
    white-space: inherit;
    text-justify: inter-word;
}

.notify.dropdown-item:active
{
    background-color: transparent;
    color: #000
}

.notify-header.dropdown-header{
    padding: 1rem 1.6rem;
    background: #c12938;
    color: #f8f9fa;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.notify.dropdown-menu{
    padding-top : 0;
    padding-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.notify-header.dropdown-header .badge-dark{
    margin-left: 10px;
    padding: 4px 8px;
    border-radius: 6px;
}

.has-badge{
    position: relative;
}

.has-badge > .badge{
    position: absolute;
    top: -17px;
    left: 6px;
    padding: 6px 5px;
    min-width: 32px;
    min-height: 30px;
    border-radius: 50%;
}

.animating{
    animation: animate 500ms cubic-bezier(0,1,1,0);            
}

@keyframes animate{
    from {
       transform: scale(1);
    }
    
    to {
       transform: scale(1.1);
    }
}

.dropdown-item.active, 
.dropdown-item:active{
    background: #343d45;
}

.display-none{
    display: none
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked),
.custom-checkbox [type="checkbox"]:not(:checked),
.custom-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    top: 0;
}

.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: bold;
    font-size: 18px;
}

.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.custom-radio [type="radio"]:checked + label:before{
    border: 1.5px solid #c12938;
    background: #fff;
}

.custom-radio [type="radio"]:not(:checked) + label:before{
    border: 1px solid #ddd;
    background: #d8d8d8;
}

.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #c12938;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-checkbox [type="checkbox"]:not(:checked) + label,
.custom-checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */
.custom-checkbox [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0; top: 1px;
    width: 1.25em; height: 1.25em;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

.custom-checkbox [type="checkbox"]:checked + label:before{
    background: #ffffff;
    border: 2px solid #ccc;
}

.custom-checkbox [type="checkbox"]:not(:checked) + label:before{
    border: 1px solid #ddd;
    background:  #d8d8d8;
}

/* checked mark aspect */
.custom-checkbox [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: 0.3em;
    left: .22em;
    font-size: 1em;
    font-weight: bold;
    line-height: 0.8;
    color: #c12938;
    transition: all .2s;
    font-family: Quicksand;
}
/* checked mark aspect changes */
.custom-checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.custom-checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.custom-checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.custom-checkbox [type="checkbox"]:disabled + label {
    color: #aaa;
}
/* hover style just for information */
.custom-checkbox [type="checkbox"] + label:hover:before {
    border: 2px solid #495057 !important;
}

.nav-pills .nav-link.active{
    background: #c12938;
    color: #fff
}

.nav-pills .nav-link {
    border-radius: 0;
    font-size: 1.25rem;
    color: #c12938;
    border: 1px solid #c12938;
    padding: 6px 28px 5px;
    background: #fff;
    font-weight: bold;
    -webkit-box-shadow: -2px 3px 13px -1px rgba(192,196,193,1);
    -moz-box-shadow: -2px 3px 13px -1px rgba(192,196,193,1);
    box-shadow: -2px 3px 13px -1px rgba(192,196,193,1);
}

.nav-pills .nav-link:not(:last-child){
    margin-bottom: 8px;
}

#v-pills-tabContent .card{
    border: none;
    border-radius: 0;
    /* -webkit-box-shadow: -2px 1px 10px 0px rgba(192,196,193,1);
    -moz-box-shadow: -2px 1px 10px 0px rgba(192,196,193,1);
    box-shadow: -2px 1px 10px 0px rgba(192,196,193,1); */
}

#v-pills-tabContent .card .card-header{
    padding: 18px 40px;
    color: #fff;
    background: #c12938;
    border-radius: 0;
    -webkit-box-shadow: -2px 1px 10px 0px rgba(192,196,193,1);
    -moz-box-shadow: -2px 1px 10px 0px rgba(192,196,193,1);
    box-shadow: -2px 1px 10px 0px rgba(192,196,193,1);
}

@media only screen and (max-width: 767px){
    #v-pills-tabContent .card .card-header{
        /*margin-top: 0.5rem;*/
    }
}

#v-pills-tabContent .card .card-body{
    padding: 30px 40px;
}

@media only screen and (max-width: 414px){
    #v-pills-tabContent .card .card-body{
        padding: 30px 20px;
    }
    .searchBoxForm input[name="search"]{
        width: 100%;
    }
}
.border-color-grey{
    border-color : #ced4da;
}

.fa-book-open::before{
    position: relative;
    top: 1px;
}

.w-space-no-wrap{
    white-space: nowrap;
}

.w-space-pre-wrap{
    white-space : pre-wrap;
}

/* The switch - the box around the slider */
.switch {
    float: left;
    position: relative;
    width: 56px;
    height: 35px;
    margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input { display:none; }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 6px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #c12938;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-container::after{
    display: block;
    clear: both;
    content: "";
}

.switch-label{
    float: left;
    font-size: 18px;
    margin-top: 4px;
    margin-left: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

/*Loader*/
.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.no-underline{
    text-decoration: none !important;
}

.clear-both{
    clear: both;
}

.display-table
{
   display: table;
   height: 100%;
}

.display-table-cell{
    display: table-cell;
    vertical-align: middle
}

.no-border-top-bottom .list-group-item:first-child{
    border-top: none
}

.no-border-top-bottom .list-group-item:last-child{
    border-bottom: none
}

.see-all, .see-all:hover
{
    background: #c12938;
    color: #fff;
    padding: 10px 0px;
}

.switch-dropdown > .dropdown-toggle::before {
    display:none !important;
}

.rounded-border{
    border-radius: .25rem
}

.rounded-border-left{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.rounded-border-right{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.position-relative{
    position: relative;
}

.position-absolute{
    position: absolute;
}

.list-group-flush .list-group-item:first-child {
    border-top: 0 !important;
}

.display-flex
{
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center; 
}

.display-flex.flex-direction-row{
    flex-direction: row;
    flex-wrap: wrap;
}

.search-highlight{
    background: rgb(0, 123, 255);
    color: #ffffff;
}

.min-height-450{
    min-height: 450px
}

.select2 {
    width: 100% !important;
}

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

.select2-search__field:focus
{
    border: none !important
}

.select2-selection__choice{
    background: #ffffff !important
}

.select2-search__field{
    padding-left: 5px !important;
}

.dark-mode, 
.dark-mode .card-body, 
.dark-mode .nav-tabs .nav-link.active, 
.dark-mode .modal-content
{
    background: rgb(64, 64, 64);
    color: #ffff;
}

.dark-mode .with-border-b{
    border-bottom-color: #ffff
}

.dark-mode .text-muted, 
.dark-mode .nav-tabs .nav-link.active,
.dark-mode .breadcrumb-item.active{
    color: #ced4da !important;
}

.dark-mode .nav-tabs .nav-link.active{
    border-bottom: solid thin transparent
}

.dark-mode .page-item:not(.active) .page-link, 
.dark-mode .book-detail, 
.dark-mode .group-detail,
.dark-mode ul.list-group .list-group-item,
.dark-mode .dropdown-menu,
.dark-mode #invitations .card,
.dark-mode #members .card{
    background : rgb(64, 64, 64) !important;
    border: solid thin #ffffff
}

.dark-mode ul.list-group.list-group-flush .list-group-item
{
    border-left-color: transparent;
    border-right-color: transparent;
}

.dark-mode .page-item.active .page-link{
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.dark-mode .card-header, 
.dark-mode .card-footer{
    background: rgba(0, 0, 0, 0.7) !important
}

.dark-mode .jumbotron,
.dark-mode .breadcrumb{
    background: #495057 !important
}

.dark-mode .list-group-item.list-group-item-action:not(.active),
.dark-mode .modal-content .close{
    color: #a5a7a9;
}

.dark-mode #display span, 
.dark-mode .dropdown-menu .dropdown-item:not(:hover){
    color: #ffffff !important
}

.dark-mode .card.card-body{
    border: solid thin #ffffff
}

.dark-mode .notify:hover    
{
    background: transparent
}

.dark-mode .btn-outline-dark{
    color: #fff;
    background-color: #343a40;
    border-color: #ffff;
}

.logo_img{
    margin-left: -30% !important;
}
.logo_name{
    margin-left: -20%;
    letter-spacing: 6px !important;
}


@media screen and (max-width: 425px) and (min-width: 425px) {
    .mob-site-btn{
        padding: .375rem .75rem !important;
    }
}

@media screen and (max-width: 767px){
    .logo_img{
        margin-right: 0.1rem !important;
        margin-left: 50px !important;
    }
    .logo_name{
        margin-left: 0%;        
        letter-spacing: 3px !important;
        /*font-weight: bold;*/
    }
}

@media only screen and (max-width: 320px){
    
    .logo_img{
        margin-right: 0.1rem !important;
        margin-left: 40px !important;
    }

    .logo_name {
        margin-left: 10%;
        letter-spacing: 3px !important;
         font-weight: bold; 
        font-size: 1.6rem;
    }
}


@media screen and (max-width: 768px) and (min-width: 768px) {
    .logo_img{
        margin-right: 0.1rem !important;
        margin-left: 15% !important;
    }
    .logo_name{
        margin-left: 0%;
        font-size: .7rem;
        letter-spacing: 3px !important;
        /*font-weight: bold;*/
    }
    .first-section .btn-dark-red .fas{
        margin-right:0px !important;
    }
    .mob_full_size
    {
        width: 100% !important;
         max-width: 100% !important;
        flex: 0 0 100%;
    }
    .mob_4{
        width: 100% !important;
        flex: 0 0 33.333333%;
        max-width: 0.333333%;
    }
    .mob_5
    {
        width: 100% !important;
        flex: 0 0 58.666667%;
        max-width: 54.666667%;
    }
    .logo-div
    {
        max-width: 0 0 37%!important;
        flex:0 0 25%;
    }
    .first-section .auth-div {
         margin-left: 0;
    }



}

@media only screen and (max-width: 1023px) and (min-width: 769px){
    .logo_img{
        margin-right: 0.1rem !important;
        margin-left: 15% !important;
    }
    .logo_name{
        margin-left: 5%;
        font-size: 1.2rem;
        letter-spacing: 3px !important;
        /*font-weight: bold;*/
    }

    .first-section .logo-div{
        flex: 0 0 43%;
        max-width: 43%;
    }

    .first-section .col-md-5{
        -ms-flex: 33%;
        flex:33%;
        max-width: 33%;   
        display: none;
    }
       
}

@media only screen and (width: 768px){
    .logo_img{
        margin-right: 0.1rem !important;
        margin-left: 15% !important;
    }
    .logo_name{
        margin-left: 5%;
        font-size: 1.2rem;
        letter-spacing: 3px !important;
        /*font-weight: bold;*/
    }

    .first-section .logo-div{
        flex: 0 0 43%;
        max-width: 43%;
    }

    .first-section .col-md-5{
        -ms-flex: 33%;
        flex:33%;
        max-width: 33%;   
        display: none;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 900px){
    .logo_img{
        margin-right: 0.1rem !important;
        margin-left: 20px !important;        
    }
    .logo_name{
        font-size: 1.2rem;
        letter-spacing: 5px !important;
        margin-left: 1%;
    }
}

@media screen and (min-width: 1024px){
    .logo_img{
        margin-right: 0.1rem !important;
        margin-left: 20px !important;        
    }
    .logo_name{
        font-size: 1.2rem;
        letter-spacing: 5px !important;
        margin-left: 1%;
    }
    .first-section .btn-dark-red .fas{
        margin-right:0px !important;
    }
    .logo-div
    {
        max-width: 33%!important;
        flex: 0 0 25% ;
    }
    .mob_4{
        width: 100% !important;
        flex: 0 0 33.333333%;
        max-width: 30.333333%;
    }


}

footer a, footer a:hover{
    color: #fff;
    text-decoration: none;
}

.table-responsive{
    padding: 5px;
}

/*remote*/

div.remote{
    position: fixed;
    bottom: 5px;
    right: 0;
    height: 40px;
    width: auto;
    background: #c12938;
    color: #fff;
    line-height: 35px;
    padding: 0 40px;
    border: 1px solid #fff;
}

/* cookie notice */

.cookie-notice {
    box-sizing: border-box;
    position: fixed;
    bottom: 32px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    padding: 12px;
    padding-bottom: 0px;
    background: white;
    box-shadow: 0 2px 4px rgba(20, 40, 80, 0.2);
    border-radius: 3px;
    font-size: 0.86em;
    line-height: 1.5;
    color: #456;
    transform: translate3d(0, 0, 0);
    animation: cookie-notice-fadein 500ms ease;
    z-index: 60;
}

.cookie-notice .row .col-md-4 > button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: dodgerblue;
    width: 100%;
    height: 60px;
    bottom: 8px;
    cursor: pointer;
    font-weight: bold;
    border-left: solid 1px rgba(0, 40, 80, 0.1);
}

.cookie-notice .row .col-md-4 > button:active,
.cookie-notice .row .col-md-4 > button:focus{
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    outline: none !important;
    -webkit-appearance: none !important;
}

.hide.cookie-notice {
    display: none;
    transform: translate3d(0, 0, 0);
    animation: cookie-notice-fadeout 500ms ease;
}

@keyframes cookie-notice-fadein {
    0% { transform: translate3d(0, 128px, 0); opacity: 0; }
    99% { transform: translate3d(0, 0, 0); opacity: 100; }
}

@keyframes cookie-notice-fadeout {
    0% { transform: translate3d(0, 0, 0); opacity: 100; }
    99% { transform: translate3d(0, 128px, 0); opacity: 0; }  
    100% { display: none; }
}

/* added for new pilotreader */

.pagination
{
    margin-top: 30px;
}

.select2-container{ width: 100% !important; }

.badge-dark.accepted
{
    background: #98a9c3;
}
.badge-dark.accept.later
{
    background-color: #1088ff;
}
.badge-dark.pending
{
    background: #343d45;
}
.badge-dark.declined
{
    background: #c12938;
}

.customTabClass {
    background: #354350 !important;
    padding: 5px 35px 0 !important;
}

.activeNavItem {
    color: #354350 !important;
}

.customTabClass .nav-link {
    font-size: 16px !important;
    padding: 0.6rem 0.8rem !important;
}

.btn-gray {
    background: #97a9c3;
}

.square-avatar-wrapper img {
    /*border-radius: 50%;*/
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.picker-container {
    position: relative;
}

.picker-container [type="text"] {
    display: block;
    cursor: pointer;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 2.3rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    box-shadow: none !important;
    position: relative;
}

.picker-container > div:first-child:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 1;
}

.round-image {
    border-radius: 50%;
    display: inline-block;
    width: 140px;
    height: 140px;
    object-fit: cover;
    margin-right: 5px;
}

.mt-50 {
    margin-top: 50px;
}

#character-report-wrapper * {
    font-family: "Montserrat Regular";
}

.font-montserrat-bold {
    font-family: "Montserrat Bold" !important;
}

.font-montserrat-semi-bold {
    font-family: "Montserrat SemiBold" !important;
}

.font-montserrat-extra-bold {
    font-family: "Montserrat ExtraBold" !important;
}

.font-montserrat-medium {
    font-family: "Montserrat Medium" !important;
}

#character-report-wrapper .header-image {
    height: 50px;
    width: 50px;
}

#character-report-wrapper .text-muted * {
    color: #6c757d!important;
}

.character-report-scene-container {
    padding: 0 20px;
}

#character-report-wrapper .scene-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.faq-header {
    height: 150px;
}

.faq-page .panel-group .panel {
    border: none;
    border-left: 3px solid #862736;
    border-radius: 0;
    box-shadow: 1px 1px 15.36px 0.64px hsla(0,0%,73.3%,.27);
}

.faq-page .panel-group .panel>.panel-heading {
    background-color: #fff;
    border-radius: 0;
    padding: 20px 30px;
    border-color: #ddd;
}

.faq-page .panel-group .panel>.panel-heading>.panel-title a {
    font-size: 20px;
    text-decoration: none;
    color: #333;
}

.faq-page .panel-group .panel>.panel-heading>.panel-title .img-icon:before {
    content: "";
    background-image: url(../../images/question-mark.png);
    height: 22px;
    margin-right: 10px;
    width: 22px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(3px);
}

.faq-page .panel-group .panel>.panel-heading  a:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight:900;
    color: #828282;
    float: right;
}

.faq-page .panel-group .panel>.panel-heading a.collapsed:after {
    content: "\f067";
}

.faq-page .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 30px;
}

.faq-page .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.faq-page .panel-group .panel+.panel {
    margin-top: 5px;
}

/* added for full screen of tinymce */
.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.tox-statusbar__branding {
    display: none;
}

/* hide contact us when modal is open */
.modal-open div[id^='b_bocb'], .modal-open div[id*=' b_bocb']{
    display: none;
}

@media (min-width: 992px) {
    .modal-huge {
        max-width: 90% !important;
    }
}

@media (min-width: 576px) {
    .modal-huge {
        max-width: 90% !important;

    }
}