html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #f2f2fb !important;
    /*background: #fff !important;*/
}

header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 99;
}

.bg-navs {
    background: #fd8111;
    /* box-shadow: 1px 2px 5px 1px rgba(209, 209, 209, 1);*/
    /* box-shadow: 1px 2px 5px 1px rgb(135 135 135);*/
}

.navbar-brand img {
    width: 70%;
    background: #ff7f0b;
}
/*.logos {
    box-shadow: 0px 0px 5px 1px rgba(209, 209, 209, 1);
    padding: 5px 8px;
}*/
.navbar-brand {
    padding: 0px;
}

.headerNavLeft {
    position: fixed;
    width: 100%;
    z-index: 100;
}
/*.left-nav {
    overflow-y: auto;
    background: #fff3cf;
    box-shadow: 2px 1px 5px 1px rgb(150 150 150 / 23%);
    z-index: 1000;
    width: 237px;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 69px;
    overflow-y: auto;
}*/
.main_headings {
    font-size: 22px;
    font-family: cursive;
    margin-bottom: 20px;
}

.left-nav {
    background: #fff3cf;
    box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
    border: 1px solid #ccc;
    width: 237px;
    height: 100vh;
    padding: 20px 12px;
    position: fixed;
}


/*.headerNav {
    position: absolute;
    width: calc(100% - 237px);
    min-height: 100vh;
    transition: all 0.2s ease;
    left: 237px;
}*/
.headerNav .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
    padding: 9px 16px 9px 16px !important;
    display: inline-block;
}

    .headerNav .navbar-nav .nav-link:hover {
        background: #fff3cf;
        color: #000;
    }

.headerNav .navbar-nav .nav-item {
    margin-left: 4px;
    margin-right: 4px;
}

/*.main_body {
margin-left: 237px;
}*/
.footer {
    display: none;
}
/*.navigationleft {
    background: #fd8111;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0.2s ease;
    width: 240px;
    z-index: 1000;
}*/

.body_bg {
    /* background: #f2f2fb;*/
    padding: 10px;
    border-radius: 10px;
}

.bg-whited {
    background: #fff;
    padding: 20px 15px 25px 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 0px 5px 0px rgb(231 231 231);
}

.input-container {
    position: relative;
    /*    margin: 50px auto;
    width: 200px;*/
}

   /* .input-container input[type="text"] {
        font-size: 16px;
        width: 100%;
        border: none;
        border-bottom: 2px solid #949494;
        padding: 5px 0;
        background-color: transparent;
        outline: none;
    }*/
.input-container input[type="text"] {
    font-size: 14px;
    width: 100%;
    border: none;
    border: 1px solid #b8b8b8;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: transparent;
    outline: none;
}
.container_label {
    color: #333;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 400;
}

/*.input-container .label {
    position: absolute;
    top: 0;
    left: 0;
    color: #949494;
    transition: all 0.3s ease;
    pointer-events: none;
}*/
/*
    .input-container input[type="text"]:focus ~ .label,
    .input-container input[type="text"]:valid ~ .label {
        top: -20px;
        font-size: 16px;
        color: #333;
    }
*/
 /*   .input-container .underline {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #333;
        transform: scaleX(0);
        transition: all 0.3s ease;
    }

    .input-container input[type="text"]:focus ~ .underline,
    .input-container input[type="text"]:valid ~ .underline {
        transform: scaleX(1);
    }*/

.select_floting .form-select {
    font-size: 14px;
    width: 100%;
    border: none;
    border: 1px solid #b8b8b8;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: transparent;
    outline: none;
    color: #949494;
}

    .select_floting .form-select:focus {
       /* border-bottom: 2px solid #333333;*/
        outline: 0;
        box-shadow: none;
    }

.input_floting input {
    font-size: 14px;
    width: 100%;
    border: none;
    border: 1px solid #b8b8b8;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: transparent;
    outline: none;
}

    .input_floting input:focus {
        /*border-bottom: 2px solid #333333;*/
        outline: 0;
        box-shadow: none;
    }

.users_label {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.star-colour {
    color: red;
}

.margin_tb {
    /*margin-top: 15px;*/
    margin-bottom: 13px;
}

.edit_view {
    position: relative;
    background: #9300ff;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

    .edit_view:hover {
        box-shadow: 0px 0px 10px 0px rgba(147, 0, 255, 1);
    }

.edit-position {
    position: absolute;
    right: 0;
    content: "";
}

.btn-success:hover {
    box-shadow: 0px 0px 10px 0px rgba(25,135,84,1);
}

.users_lists {
    margin-bottom: 15px;
}

    .users_lists h3 {
        margin: 0;
        font-size: 20px;
        color: #333;
        text-transform: uppercase;
        font-weight: 600;
    }

.download_view {
    /* position: absolute;
    right: 0px;
    top: 0px;*/
    content: "";
    background: green;
    padding: 5px 12px;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    line-height: 23px;
}

.labeled_text {
    content: "";
    position: absolute;
    bottom: -34px;
    left: -8px;
    display: inline-block;
    padding: 2px 13px;
    font-size: 14px;
    background-color: #666666;
    color: #fff;
    line-height: 24px;
    border: none;
    border-radius: 3px;
    opacity: 0;
    transition: all 0.25s linear;
    z-index: 9;
}

.cursor {
    cursor: pointer;
}

.state_text {
    margin: 0;
    font-size: 18px !important;
    padding-bottom: 10px;
    color: #333;
    display: inline-block;
    text-decoration: underline;
}

.edit_view:hover .labeled_text {
    opacity: 1;
}

.activeLink {
    background: #fff3cf;
    color: #000 !important;
    border-radius: 10px;
}

.common_table table tr th {
    font-size: 16px;
    color: #4c4c4c;
}

.common_table table tr td {
    font-size: 15px;
    vertical-align: middle;
}

.user_imgs {
    background: aliceblue;
    padding: 12px 0px 0px 0px;
}

.centered_position {
    width: 1100px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.check_color .form-check-input:checked {
    background: #fd8111;
    border-color: #fd8111;
}

.margin2_tb {
    margin-top: 8px;
    margin-bottom: 8px;
}

.margin_label_tb {
    margin-top: 15px;
    margin-bottom: 8px;
}

.w-150 {
    width: 150px;
}

#emagzine, #bypost {
    display: none;
}

.section-book {
    margin: 20px 0;
    padding: 0 40px 0 30px;
}

.dashboard-select select {
    background: #2a2f3b;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px #2a2f3b solid;
    border-radius: 0.5em;
    padding: 8px 8px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}
.user_login_name {
    color: #ffffff !important;
    margin: 0;
    line-height: 43px;
    font-weight: 500;
}
/*drop-down-view*/
/*.dropdown {
    width: 100%;
    position: relative;
    top: 0;
}

.select {
    background: #2a2f3b;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px #2a2f3b solid;
    border-radius: 0.5em;
    padding: 8px 8px;
    cursor: pointer;
    transition: 0.3s;
}

.select-clicked {
    border: 2px #26489a solid;
    box-shadow: 0 0 0.8em #26489a;
}

.select:hover {
    background: #323741;
}

.caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: 0.3s;
}

.caret-rotate {
    transform: rotate(180deg);
}

.menu {
    list-style: none;
    padding: 0.2em 0.5em;
    background: #323741;
    border: 1px #363a43 solid;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    color: #9fa5b5;
    position: absolute;
    top: 4em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    display: none;
    transition: 0.2s;
    z-index: 1;
}

.menu li {
    padding: 0.7em 0.5em;
    margin: 0.3em 0;
    border-radius: 0.5em;
    cursor: pointer;
}

.menu li:hover {
    background: #2a2d35;
}

.actived {
    background: #23242a;
}

.menu-open {
    display: block;
    opacity: 1;
}*/


/*second-dropdown*/

/*.dropdown-new {
    width: 100%;
    position: relative;
    top: 0;
}

.select-new {
    background: #3a3f4b;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px #3a3f4b solid;
    border-radius: 0.5em;
    padding: 8px 8px;
    cursor: pointer;
    transition: 0.3s;
}

.select-clicked-new {
    border: 2px #37569a solid;
    box-shadow: 0 0 0.8em #37569a;
}

.select-new:hover {
    background: #434851;
}

.caret-new {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: 0.3s;
}

.caret-rotate-new {
    transform: rotate(180deg);
}

.menu-new {
    list-style: none;
    padding: 0.2em 0.5em;
    background: #434851;
    border: 1px #464a53 solid;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    color: #afafc5;
    position: absolute;
    top: 4em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    display: none;
    transition: 0.2s;
    z-index: 1;
}

    .menu-new li {
        padding: 0.7em 0.5em;
        margin: 0.3em 0;
        border-radius: 0.5em;
        cursor: pointer;
    }

        .menu-new li:hover {
            background: #3a3d45;
        }

.active-new {
    background: #33343a;
}

.menu-open-new {
    display: block;
    opacity: 1;
}*/

.mat-mobile-label,
.mobile-lab {
    display: none;
}

.mat-mobile-width {
    width: 100%;
}

.page-heading {
    font-size: 24px;
    color: #323592;
    margin: 0;
}

.label-column::after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
}

.general-detailes-text p {
    font-size: 15px;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.general-detailes-text span {
    font-size: 15px;
    color: #808081;
    padding-left: 10px;
    display: inline-block;
}

.padding-tp {
    padding-top: 20px;
}

.padding-tp-10 {
    padding-top: 10px;
}

.margin-lf-15 {
    margin-left: 20px;
}
.card_bold_span{
    color:#000;
    font-size:14px;
    font-weight:500;
}


.card_new {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #000;
    height: 145px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.reset_password {
    margin: 0;
    font-size: 23px;
    color: #333;
}

.bypost_tabs h3 {
    color: #ee1c25;
    /*font-size: 17px;*/
    font-size:15px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 4px;
}

.bypost_tabs h4 {
    font-size: 14px;
    margin: 0;
    padding-bottom: 4px;
}

.bypost_tabs p {
    margin: 0;
    font-size: 14px;
}

.display_flex {
    display: flex;
}

.edit_screen {
    display: none;
}

.mobile_view {
    display: none;
}

.w-25 {
    width: 25%;
}

.common_table {
    width: 100%;
    overflow: scroll;
}

.description_text {
    font-size: 17px;
    margin: 0;
    color: #333;
    padding-bottom: 10px;
}

.date-descp span {
    font-size: 15px;
}

.date-blue {
    color: blue;
    font-weight: 500;
}

.bottom_dates {
    /*    position: absolute;
    bottom: 112px;
    left: 16px;*/
    margin-top: 120px;
    content: "";
    border: 2px solid #fd8111;
    padding: 10px;
    border-radius: 10px;
}
.restyourpass {
    text-align: center;
    margin: 0;
    padding: 11px;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.loader_spinner {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 37%);
    text-align: center;
}


.loaders {
    width: 150px;
    height: 150px;
    border-left: 5px solid #38ff8e;
    border-radius: 50%;
    animation: right5231 0.9s linear infinite;
    position: absolute;
    top: 36%;
    left: 46%;
    transform: translate(-50%, -50%);
}

    .loaders::before,
    .loaders::after {
        content: "";
        width: 120px;
        height: 120px;
        display: block;
        position: absolute;
        top: calc(50% - 60px);
        left: calc(50% - 60px);
        border-right: 5px solid #ffbe0b;
        border-radius: 50%;
        animation: left036 0.9s linear infinite;
    }

    .loaders::after {
        width: 90px;
        height: 90px;
        top: calc(50% - 45px);
        left: calc(50% - 45px);
        border: 0;
        border-top: 5px solid #ff086e;
        animation: none;
    }

@keyframes right5231 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes left036 {
    from {
        transform: rotate(720deg);
    }

    to {
        transform: rotate(0deg);
    }
}


/*spinner-loader*/
/*.loader_spinner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(24 24 24 / 35%);
    z-index: 1040;
}
.spinner {
    --size: 30px;
    --color: white;
    width: 75px;
    height: 75px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .spinner::after, .spinner::before {
        box-sizing: border-box;
        position: absolute;
        content: "";
        width: var(--size);
        height: var(--size);
        top: 50%;
        animation: up 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
        left: 50%;
        background: var(--color);
        box-shadow: 0 0 calc(var(--size) / 3) rgba(0, 0, 0, 0.25);
    }

    .spinner::after {
        background: var(--color);
        top: calc(50% - var(--size));
        left: calc(50% - var(--size));
        animation: down 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
    }

@keyframes down {
    0%, 100% {
        transform: none;
    }

    25% {
        transform: translateX(100%);
    }

    50% {
        transform: translateX(100%) translateY(100%);
    }

    75% {
        transform: translateY(100%);
    }
}

@keyframes up {
    0%, 100% {
        transform: none;
    }

    25% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-100%) translateY(-100%);
    }

    75% {
        transform: translateY(-100%);
    }
}*/

.backtohome {
    background: #7a7a7a;
    padding: 4px 15px 4px 15px;
    border: 0px;
    display: inline-block;
    border-radius: 7px;
    color: #fff;
    position: absolute;
    right: 14px;
    top: 12px;
}

.count-view {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
}

.poistion_span {
    position: absolute;
    right: 0;
    top: 0;
}
.card_table{
    display:table;
}
.table_cell{
    display:table-cell;
}
.mar_tp_35{
    margin-top:35px;
}
.mar_tp_31 {
    margin-top: 31px;
}
.edit_screen .nav-pills .nav-link.active {
    background: #fd8111;
}
.white_bg_bor {
    background: #fff;
    padding: 20px 15px 25px 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
}
.drop_down_3 {
    padding: 3px 0px;
}


@media only screen and (max-width:767px) {
    .loginpage {
        height: auto !important;
        width: 100% !important;
        position: unset !important;
        transform: none !important;
    }

    .master-ek {
        width: 80px !important;
        height: 80px !important;
    }

    .background-bg .logo-svgs {
        width: 245px !important;
    }

    .background-bg p {
        font-size: 14px !important;
    }

    .background-bg {
        height: auto !important;
        padding: 15px 20px !important;
    }

    .right-bg {
        height: auto !important;
        padding: 16px 18px !important;
    }

    .form .inputmodel {
        padding: 12px 18px !important;
    }

    .form .login-button {
        padding-block: 10px !important;
    }

    .left-nav {
        width: 100%;
        height: auto;
        padding: 17px 17px;
        position: unset;
    }

    .section-book {
        margin: 20px 0;
        padding: 0 15px 0 15px;
    }

    .page-heading {
        font-size: 18px;
    }

    .navbar-light .navbar-brand {
        width: 250px;
    }

    .navbar-light .navbar-toggler {
        border: 0px;
    }

    .padding-tp-10 {
        padding-top: 0px;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none !important;
    }

    .mobile_view.visibled {
        display: block !important;
        background-color: #fff3cf;
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        overflow: hidden;
        height: 100vh;
        z-index: 1000;
        padding: 12px 14px;
        box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
        overflow-y: scroll;
        transition: 1s;
    }

    .mobile-list ul {
        margin: 0;
        padding: 0;
    }

        .mobile-list ul .nav-item {
            padding: 12px 10px;
            border-bottom: 1px solid #d0c4a2;
        }

            .mobile-list ul .nav-item .nav-link {
                color: #000;
            }

    .welcome_text {
        margin: 0;
        color: #333;
        font-size: 18px;
        padding-bottom: 13px;
    }

    .headerNav .navbar-nav .nav-link {
        font-size: 14px;
        padding: 6px 9px 6px 9px !important;
    }

    .table .mobdispnone {
        display: none;
    }

    .mat-mobile-label {
        width: 150px;
    }

    .mat-mobile-label {
        display: inline-block;
        width: 50%;
        margin-bottom: 0 !important;
        font-weight: 600;
        text-align: left;
    }

    .mobile-lab {
        display: inline-block;
        font-weight: 600;
        margin-right: 3px;
    }

    .mat-mobile-width {
        width: 45% !important;
    }

    .common_table .table tbody tr td {
        display: flow-root !important;
        text-align: right !important;
        word-break: break-all !important;
    }

    .users_lists h3 {
        font-size: 17px;
    }

    .state_text {
        font-size: 15px !important;
    }

    .bypost_tabs h3 {
        font-size: 16px;
    }

    .bypost_tabs h4 {
        font-size: 16px;
    }

    .card_new {
        height: auto;
    }
}

@media only screen and (min-width : 575px) and (max-width:924.98px) {
    .navbar-expand-sm .navbar-toggler {
        display: block !important;
    }

    .mobile_none {
        display: none !important;
    }

    .display_flex {
        display: none !important;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none !important;
    }

    .mobile_view.visibled {
        display: block !important;
        background-color: #fff3cf;
        position: fixed;
        top: 0;
        left: 0;
        width: 45%;
        overflow: hidden;
        height: 100vh;
        z-index: 1000;
        padding: 12px 14px;
        box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
        overflow-y: scroll;
        transition: 1s;
    }

    .mobile-list ul {
        margin: 0;
        padding: 0;
    }

        .mobile-list ul .nav-item {
            padding: 12px 10px;
            border-bottom: 1px solid #d0c4a2;
        }

            .mobile-list ul .nav-item .nav-link {
                color: #000;
            }

    .welcome_text {
        margin: 0;
        color: #333;
        font-size: 18px;
        padding-bottom: 13px;
    }

    .headerNav .navbar-nav .nav-link {
        font-size: 14px;
        padding: 6px 9px 6px 9px !important;
    }

    .left-nav {
        width: 100%;
        height: auto;
        position: unset;
    }

    .table .mobdispnone {
        display: none;
    }

    .mat-mobile-label {
        width: 150px;
    }

    .mat-mobile-label {
        display: inline-block;
        width: 50%;
        margin-bottom: 0 !important;
        font-weight: 600;
        text-align: left;
    }

    .mobile-lab {
        display: inline-block;
        font-weight: 600;
        margin-right: 3px;
    }

    .mat-mobile-width {
        width: 45% !important;
    }

    .common_table .table tbody tr td {
        display: flow-root !important;
        text-align: right !important;
        word-break: break-all !important;
    }
}

@media only screen and (min-width : 209px) and (max-width:574.98px) {
    .mobile_none {
        display: none !important;
    }
}

@media only screen and (min-width : 925px) and (max-width:1274.98px) {
    .left-nav {
        width: 100%;
        position: unset;
        height: 100%;
    }

    .headerNav .navbar-nav .nav-link {
        font-size: 14px;
        padding: 7px 14px 7px 14px !important;
    }
}
