@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway");

.plus, .minus {
    background-image: url(../images/plus-minus.png);
    background-repeat: no-repeat;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px
}

.relative {
    position: relative
}

.red {
    color: red
}

.green {
    color: #02a102
}

.border-l {
    border-left: 1px solid #e8e8e8
}

.border-b {
    border-bottom: 1px solid #e8e8e8
}

.tablefont14 {
    font-size: 14px
}

.font18 {
    font-size: 18px
}

.topradius5 {
    border-radius: 5px 5px 0 0
}

.cursorp {
    cursor: pointer
}

.desknone {
    display: none !important
}

.leftpanel {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    background: #2f3742;
    color: #fff;
    width: 100%;
    max-width: 200px;
    height: 100%;
    transition: .2s
}

    .leftpanel span {
        width: 0;
        font-size: 0;
        transition: .2s
    }

    /*.leftpanel:hover {
        max-width: 200px
    }*/

.shrinkBtn {
    float: right;
    font-size: 25px;
    padding: 0px 10px;
    background: white;
}

    .leftpanel.shrink  {
        max-width: 60px;
    }

    .rightpanel.shrink{
        padding-left: 70px!important;
    }

        .leftpanel span {
            font-size: inherit;
            padding: 0 5px;
            display: inline-block;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 14px
        }
.navlogo{width:100%; padding:5px;}
.logo {
    background: #0080df;
    padding: 15px;
    text-align: center;
    height: 70px;
    align-items: center;
    display: flex;
    justify-content: center
}

    .logo img {
        max-width: 100%
    }

.leftnav {
    float: left;
    width: 100%;
    /*height: 100%;*/
    overflow-y: auto
}

.breakword{word-break:break-word;}
.mainleftnav, .left_subnav, .navtop, .userlist, .tabs, .mylist {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

    .mainleftnav > li {
        margin: 0
    }

        .mainleftnav > li > a {
            padding: 8px 10px;
            height: 42px;
            display: block;
            background: #3a4351;
            border-top: 1px solid #2b323c;
            border-bottom: 1px solid #445060;
            color: #fff;
            font-size: 14px;
            text-decoration: none
        }

            /*.mainleftnav > li > a:hover, .mainleftnav > li > a.active {
                background: #3c4654
            }*/
            
            .mainleftnav > li > a, .mainleftnav > li > a.active {
                background: #3c4654
            }

.morenav {
    float: right;
    font-size: 12px;
    margin-top: 4px
}

.left_subnav {
    display: none;
    background: #2f3742
}

    .left_subnav li > a {
        padding: 5px 10px;
        display: block;
        border-bottom: 1px solid #404b5a;
        color: #b3b3b3
    }

.lefnavshow {
    display: block;
    height: 70vh;
}

.leftshrink .left_subnav {
    display: none
}

.font12 {
    font-size: 12px
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-none {
    cursor: default !important;
}

.rightpanel {
    padding-left: 220px;
    float: left;
    width: 100%;
    background: #eff3f6;
    transition: .2s;
    padding-bottom: 10px
}

.navtop {
    background: #fff
}

    .navtop li {
        list-style: none;
        display: inline-block;
        font-size: 14px
    }

        .navtop li a {
            padding: 15px 8px;
            display: inline-block;
            color: #333
        }

            .navtop li a .fa {
                margin: 5px
            }

            .navtop li a.active, .navtop li a:hover {
                color: #0080df;
                text-decoration: none
            }

.usericon {
    background: rgba(255,255,255,0.5);
    width: 25px;
    height: 25px;
    border-radius: 25px;
    padding: 4px;
    text-align: center
}

.breadcrumb {
    padding: 8px 10px;
    font-size: 12px;
    color: #888;
    background: transparent;
    margin: 0
}

    .breadcrumb a {
        color: #93989d
    }

.pushleft {
    padding-left: 200px
}

.usersetting {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 100;
    background: #fff;
    border: 1px solid #0080df;
    border-radius: 5px;
    min-width: 180px;
    right: 0;
    top: 47px
}

.useraccount {
    background: #0080df;
    color: #fff;
    padding: 13px 15px 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    float: right
}

    .useraccount:hover .usersetting {
        display: block
    }

.userlist li {
    font-size: 14px
}

    .userlist li a {
        display: block;
        color: #2f3742;
        padding: 5px 10px;
        border-bottom: 1px solid #e8e8e8
    }

        .userlist li a:hover {
            color: #0080df;
            text-decoration: none
        }

    .userlist li:last-of-type > a {
        border: none
    }

.mainbg {
    background: #fff;
    border-radius: 8px
}

.custpopgrey2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1350;
}

.poploader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1150;
    width: 42px;
    height: 42px;
    display: none;
}

.spinner-border {
    /*border-color: var(--maincolorbg);*/
    width: 42px;
    height: 42px;
    border-right-color: transparent;
    border-width: 3px;
}

.tabs {
    border-bottom: 1px solid #e8e8e8
}

    .tabs li {
        display: inline-block
    }

        .tabs li a {
            padding: 10px 15px;
            display: inline-block;
            color: #2f3742;
            font-size: 14px;
            font-weight: 400;
            border-right: 1px solid #e8e8e8;
            border-left: 1px solid #e8e8e8;
            border-top: 1px solid #e8e8e8
        }

            .tabs li a:hover, .tabs li a.active {
                color: #0080df;
                background: #f7f7f7;
                outline: 1px solid #fff
            }

.frmlbl {
    width: 100%;
    float: left;
    padding-top: 8px;
    font-size: 13px;
    margin-bottom: 3px
}

.required {
    color: red
}

.inptbox {
    width: 100%;
    float: left
}

    .inptbox small {
        color: #9c9c9c
    }

.nrmlinpt, .nrmlinpt50, .myinput {
    padding: 8px;
    border: 1px solid #e8e8e8;
    height: 40px;
    font-size: 14px;
    background: #fff;
    border-radius: 3px
}

    .nrmlinpt:focus, .nrmlinpt50:focus, .myinput:focus {
        border: 1px solid #0080df
    }

.nrmltxtarea {
    padding: 8px;
    width: 100%;
    border: 1px solid #e8e8e8;
    height: 40px;
    font-size: 14px;
    background: #fff;
    border-radius: 3px
}

    .nrmltxtarea:focus {
        border: 1px solid #0080df
    }

.calbox {
    background: url("../images/calicon.png") no-repeat 97% center;
    padding-right: 45px
}

.nrmlinpt {
    width: 100%
}

.nrmlinpt80 {
    width: 80%
}

.nrmlinpt50 {
    width: 44%
}

.nrmlinpt120 {
    width: 120px
}

.inpts {
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 120px;
    background: #fff
}

.errormsg {
    font-size: 12px;
    color: #ff0000;
    padding: 3px;
    width: 100%;
    float: left
}

.error {
    border: 1px solid #ff0000
}

.custbtn {
    background: #fff;
    border: 1px solid #0080df;
    color: #0080df;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 5px 15px
}

    .custbtn:hover {
        background: #0063ac;
        color: #fff
    }

    .custbtn.selected {
        background: #0080df;
        color: #fff;
        text-decoration: none
    }

    .custbtn + .custbtn {
        margin-left: 8px
    }

.custbtn_small {
    background: #fff;
    border: 1px solid #0080df;
    color: #0080df;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: 5px 15px;
    margin-top:2px;
}

    .custbtn_small:hover {
        background: #0063ac;
        color: #fff
    }

    .custbtn_small.selected {
        background: #0080df;
        color: #fff;
        text-decoration: none
    }

    .custbtn_small + .custbtn_small {
        margin-left: 8px
    }

.btns {
    padding: 3px 10px !important;
    font-size: 12px
}

.btnm {
    padding: 5px 10px !important;
    font-size: 15px
}

.mycheckbox, .myradiobox {
    display: inline-block
}

    .mycheckbox + .mycheckbox, .myradiobox + .myradiobox {
        margin-left: 15px
    }

    .mycheckbox input[type="checkbox"], .myradiobox input[type="radio"] {
        opacity: 0;
        display: none
    }

    .mycheckbox label, .myradiobox label {
        position: relative;
        display: inline-block;
        padding-left: 22px;
        line-height: 21px;
        font-size: 13px;
        margin-bottom: 0
    }

        .mycheckbox label::before, .mycheckbox label::after, .myradiobox label::before, .myradiobox label::after {
            position: absolute;
            content: "";
            display: inline-block
        }

        .mycheckbox label::before {
            height: 16px;
            width: 16px;
            border: 1px solid;
            left: 0px;
            top: 3px
        }

        .mycheckbox label::after {
            height: 7px;
            width: 17px;
            border-left: 2px solid;
            border-bottom: 2px solid;
            border-color: #0080df;
            transform: rotate(-45deg);
            left: 4px;
            top: 4px
        }

    .mycheckbox input[type="checkbox"] + label::after, .myradiobox input[type="radio"] + label:after {
        content: none
    }

    .mycheckbox input[type="checkbox"]:checked + label::after, .myradiobox input[type="radio"]:checked + label:after {
        content: ""
    }

    .mycheckbox input[type="checkbox"]:focus + label::before, .myradiobox input[type="radio"]:focus + label:before {
        outline: #3b99fc auto 5px
    }

    .myradiobox label::before {
        height: 16px;
        width: 16px;
        border: 1px solid;
        left: 0px;
        top: 3px;
        border-radius: 50%
    }

    .myradiobox label::after {
        height: 8px;
        width: 8px;
        background: #0080df;
        left: 4px;
        top: 7px;
        border-radius: 50%
    }

.intl-tel-input {
    display: table-cell
}

    .intl-tel-input .selected-flag {
        z-index: 4
    }

    .intl-tel-input .country-list {
        z-index: 5
    }

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0
}

.ellipsis {
    max-width: 135px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mainheading {
    font-size: 22px;
    margin: 0;
    font-weight: 400
}

.subheading {
    font-size: 18px;
    margin: 0;
    font-weight: 400
}

.activetxt {
    color: #2f3742
}

.searchinput {
    padding: 5px 8px;
    padding-right: 25px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    margin-right: 8px
}

    .searchinput:focus {
        border: 1px solid #0080df
    }

.searchbox {
    position: relative
}

    .searchbox em, .searchbox i {
        position: absolute;
        top: 12px;
        right: 8px;
        color: #666;
        font-style:normal;
    }

    .searchbox .inptclose {
        font-size: 22px;
        position: absolute;
        top: 5px;
        right: 8px;
        color: #666
    }

        .searchbox .inptclose:hover {
            text-decoration: none;
            color: #0080df
        }

.editroe {
    padding-left: 8px;
    font-size: 18px;
    display: none
}

.roerow:hover .editroe {
    display: inline-block
}

.subtab {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e8e8e8
}

    .subtab li {
        display: inline-block
    }

        .subtab li a {
            padding: 5px 8px;
            color: #4d4d4d;
            display: inline-block
        }

            .subtab li a:hover, .subtab li a.active {
                color: #0080df
            }

.newscriptbox {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 8px;
    display: flex;
    flex-flow: column
}

.delbox {
    font-size: 16px
}

.agentlist {
    padding: 8px;
    border: 1px solid #e8e8e8;
    background: #fff;
    display: none;
    width: 250px;
    border-radius: 5px;
    right: 15px;
    top: 40px;
    position: absolute;
    z-index: 100;
    box-shadow: 1px 3px 4px #f6f6f6
}

.aglist {
    max-height: 200px;
    overflow: auto
}

    .aglist li {
        padding: 5px 10px;
        border-bottom: 1px solid #e8e8e8
    }

        .aglist li:last-child {
            border: none
        }

        .aglist li:hover {
            background: #0080df;
            color: #fff;
            border-radius: 3px
        }

.remarks {
    position: absolute;
    right: 3px;
    top: 46px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #cfcfcf;
    z-index: 100
}

    .remarks textarea {
        border: none;
        resize: none;
        padding: 5px
    }

.queuebox {
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: 2px 3px 5px #e8e8e8;
    width: 100%;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px
}

    .queuebox:hover {
        background: #fff9e5;
        border-color: #ffe599
    }

.border-r {
    border-right: 1px solid #e8e8e8
}

.statusbox {
    background: #fff2cc;
    padding: 10px 15px
}

.greybox {
    background: #f2f2f2
}

.linklist li {
    display: inline-block;
    color: #666;
    font-size: 12px
}

    .linklist li a {
        padding: 0 8px;
        color: #0080df
    }

.lfexbox {
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

.taboverflow {
    max-height: 350px;
    overflow: auto
}

.timebox {
    width: 32%;
    display: inline-flex
}

.mainxmllist {
    background: #e8e8e8;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    width: 100%;
    max-width: 450px
}

    .mainxmllist li a {
        padding: 8px;
        display: inline-block
    }

.step1xmllist {
    padding-left: 20px;
    background: #f5f5f5
}

    .step1xmllist li a {
        padding: 3px 0;
        display: block
    }

.step2xmllist {
    padding: 10px;
    background: #fff;
    width: 94%
}

    .step2xmllist li {
        padding: 3px 0
    }

        .step2xmllist li a {
            padding: 8px;
            display: inline-block
        }

.evenodd {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f3f3f3
}

    .evenodd:nth-child(2n+1) {
        background: #f7f7f7
    }

.addnewlink {
    align-self: center
}

.addbox {
    padding-left: 10px;
    align-self: center
}

.tabbox {
    border: 1px solid #e8e8e8;
    padding: 8px;
    border-top: none
}

.ctn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 100%
}

#check {
    display: none
}

.btn-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    margin: 0;
    align-items: center;
    background-color: #0080df;
    padding: 0 15px;
    border-radius: 5px;
    min-width: 80px;
    cursor: pointer;
    border: none;
    font-size: 18px;
    color: #fff;
    margin-top: 20%;
    height: 40px
}

.btn-text {
    font-size: 18px;
    color: #fffeee
}

.load {
    display: none;
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-radius: 100%
}

.open {
    border-top: 5px solid transparent;
    -webkit-animation: load-animate infinite linear 1s;
    animation: load-animate infinite linear 1s
}

#check:checked ~ .btn-label > .btn-text {
    display: none
}

#check:checked ~ .btn-label > .load {
    display: inline-block
}

.mb-200{margin-bottom:200px;}

@-webkit-keyframes load-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0.35
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0.35
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.notelist {
    padding: 0;
    padding-left: 15px;
    font-size: 12px;
    color: #828282
}

.headingbg {
    background: #e8e8e8;
    font-size: 16px;
    padding: 10px 15px
}

    .headingbg b {
        font-weight: 500
    }

.starbox {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    font-size: 11px;
    padding: 2px 5px;
    margin-top: 5px;
    border-radius: 5px;
    display: inline-block
}

.pgkbox {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    text-align: center
}

    .pgkbox:hover {
        box-shadow: 2px 2px 5px #c6c6c6;
        background: #fafafa
    }

    .pgkbox.active {
        background: #fff5d6;
        border: 1px solid #ffde80
    }

.pkgbame {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin: 3px
}

.pkghead {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    position: relative
}

    .pkghead span {
        font-size: 13px;
        color: #9c9c9c
    }

    .pkghead em {
        font-style: normal;
        font-size: 16px;
        color: #cc9800
    }

.pkgbody {
    padding: 15px 20px
}

.pkgimg {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 8px
}

    .pkgimg img {
        width: 100%
    }

.pkglist {
    margin: 0;
    padding: 15px;
    float: left;
    width: 100%
}

    .pkglist li {
        list-style: disc;
        width: 50%;
        float: left;
        padding-bottom: 5px;
        text-align: left;
        color: #4f4f4f
    }

.pgkbox {
    float: left;
    width: 100%
}

.pkgfoot {
    padding: 15px;
    display: flex;
    align-content: space-between
}

.brnz:before, .silver:before, .gold:before {
    content: '•';
    position: absolute;
    font-size: 60px;
    line-height: 25px;
    margin-left: -25px
}

.brnz:before {
    color: #db6701
}

.silver:before {
    color: #dbdbdb
}

.gold:before {
    color: #ffd806
}

.pkgedit {
    position: absolute;
    right: 15px;
    top: 15px
}

.cardbox {
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 5px
}

.svgicons {
    width: 22px;
    fill: #0080df
}

.vouchered, .inprocess {
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 15px;
    display: inline-block
}

.vouchered {
    background: green;
    color: #fff
}

.inprocess {
    background: #f4eab5;
    color: #333
}

.comonheading {
    background: #f7f7f7;
    margin: 0;
    border: 1px solid #e8e8e8;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 500
}

.comnbgbox {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 15px;
    display: flex;
    margin-top: -1px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #cecece
}

    .comnbgbox:hover {
        box-shadow: 2px 3px 5px #c6c6c6;
        background: #fffbe1
    }

.vcimgbox {
    width: 150px
}

    .vcimgbox img {
        width: 100%
    }

.vcdetails {
    padding-left: 15px;
    width: 100%
}

.vcheading {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 400
}

.vcprice {
    float: right;
    color: #0080df
}

.vcaddress {
    color: #a8a8a8;
    font-size: 13px
}

.rolebox {
    display: inline-flex
}

.mainrolebox {
    border-bottom: 1px solid #e8e8e8
}

    .mainrolebox .tabs, .mainrolebox .nav {
        width: auto;
        display: inline-block
    }

.showfeatures .fade {
    display: none
}

.showfeatures .show {
    display: block
}

.check-col5 {
    width: 20%;
    float: left;
    margin-left: 0 !important;
    margin-bottom: 5px
}

.quername {
    margin-top: -30px
}

.queuedtlbox {
    border: 1px solid #e6e6e6;
    padding: .8rem 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 10px
}

.border_bx {
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    font-weight: 400
}

.border_bx_head {
    background: #eff3f6;
    margin: 0;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 400
}

.border_bx_lft {
    border-left: 1px solid #e8e8e8
}

.border_bx_shead {
    margin: 5px 0 15px;
    font-size: 16px;
    background: #f7f7f7;
    padding: 8px 8px;
    color: #000;
    border: 1px solid #e8e8e8
}

.pdetails_total {
    font-weight: 500;
    font-size: 16px;
    border-top: 1px solid #e8e8e8
}

.border_bx b {
    font-weight: 500
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

a {
    color: #0080df
}

.alert {
    padding: 5px 15px;
    margin-bottom: 8px
}

.alert-danger {
    color: #a2212d;
    background-color: #fbedef;
    border-color: #f4bec4
}

.navbar {
    padding: 0
}

.navbar-toggler {
    margin-top: 8px
}

.table th {
    font-size: 14px;
    font-weight: 500
}

.table td {
    font-size: 13px
}

tr.active {
    background: #fff7e0 !important
}

.table-active, .table-active > td, .table-active > th {
    background-color: #ecf2f7
}

.table-bordered td, .table-bordered th {
    border-color: #e8e8e8
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background: rgba(168,168,168,0.1)
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    padding: 8px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    background: #fff;
    border-radius: 3px
}

.bootstrap-select > .dropdown-toggle {
    height: 40px;
    border: 1px solid #e8e8e8;
    background: transparent;
    font-size: 14px
}

.bootstrap-select .dropdown-menu li a {
    font-size: 14px
}

.dropdown-menu {
    padding: 0
}

.ui-menu .ui-menu-item {
    padding: 3px 10px
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    padding: 8px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    background: #fff;
    border-radius: 3px
}

.bootstrap-select > .dropdown-toggle {
    height: 40px;
    border: 1px solid #e8e8e8;
    background: transparent;
    font-size: 14px
}

.bootstrap-select .dropdown-menu li a {
    font-size: 14px
}
.tabsubnav {
    position: absolute;
    display: none;
    width: 200px;
    top: 50px;
    background: #f7f7f7;
    z-index: 100;
    padding: 0
}

    .tabsubnav li {
        width: 100%
    }

#myTabs li:hover a + .tabsubnav {
    display: block
}

@media screen and (max-width: 991px) {
    .navtop li {
        display: block
    }

        .navtop li a {
            padding: 8px;
            border-bottom: 1px slid #e8e8e8
        }

    .navbar-collapse {
        width: 100%;
        position: absolute;
        background: #fff none repeat scroll 0% 0%;
        z-index: 100;
        top: 50px;
        border-radius: 3px;
        border: 1px solid #e9e9e9;
        max-height: 90vh;
        overflow: auto
    }
}


#logoImage {
    display: block;
    position: relative;
    width: 20%;
}

#noEmailIdExistsAlertDiv {
    position: absolute;
    z-index: 1;
    display: none; 
    width:100%;
}

.accordion_bx .card-header {
    padding: 0;
    border-radius: 0;
    border: 0;
}

.accordion_bx .card {
    margin-bottom: 10px;
}

.accordion_bx .btn-link {
    color: #000;
    display: block;
    width: 100%;
    text-align: left;
    outline: 0;
}

.accordion_bx .btn-link:hover, .accordion_bx .btn-link:focus {
    text-decoration: none;
}

.accordion_bx .btn-link:focus, .accordion_bx .btn-link:active {
    outline: 0;
    box-shadow: 0 0 0;
}

.accordion_bx .btn-link .fa {
    float: right;
    padding-top: 5px;
    font-size: 14px;
}

.accordion_bx .btn-link .fa-plus:before {
    content: "\f068";
}

.accordion_bx .btn-link.collapsed .fa-plus:before {
    content: "\f067";
}

#menu_cms li {
    display: block;
    width: 100%;
}

    #menu_cms li a {
        display: block;
        width: 100%;
    }

.accordion_bx .accordion_cms .btn-link {
    font-size: 15px;
    padding: 5px 10px;
}

.accordion_bx .accordion_cms .btn-link .fa {
    font-size: 11px;
}

.accordion_bx .accordion_cms .btn-link .fa-chevron-down:before {
    content: "\f077";
}

.accordion_bx .accordion_cms .btn-link.collapsed .fa-chevron-down:before {
    content: "\f078";
}
.act_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #666;
}

#menu_cms.tabs .act_icon a, #menu_cms.tabs .act_icon_inner1 a {
    border: 0;
    padding: 0;
}

.act_icon_inner {
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 2px;
    top: 3px;
    display: inline-flex;
    right: 18px;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
}

    .act_icon_inner a {
        font-size: 12px;
        display: inline-block;
        margin-left: 3px;
    }

        .act_icon_inner a:first-child {
            margin-left: 0;
        }

    .act_icon_inner .fa {
        font-size: 11px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 4px;
        background: #ccc;
        color: #fff;
    }

.act_icon:hover .act_icon_inner {
    transform: scale(1);
    opacity: 1;
}

.act_icon .fa-ellipsis-v {
    padding: 8px 8px;
    cursor: pointer;
}

.act_icon_inner a:hover {
    color: #318afb;
}

.act_icon .fa-pencil {
    background: #318afb;
}

.act_icon .fa-trash {
    background: #c73f3f;
}

.act_icon .fa-check {
    background: #48b02c;
}

.act_icon_inner .fa:hover {
    background: #6d7c93;
}

.info_txt {
    width: 100%;
    padding: 2.5px 4px;
    border: 1px solid #dee2e6;
}

#menu_cms.tabs li a {
    padding: 10px 10px;
}

input.info_txt:read-only, select.info_txt:read-only {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: text;
    padding: 0;
}

.add_stitle .pr-md-0:nth-child(3n) {
    padding-right: 15px !important;
}


.act_icon_inner1 {
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 2px;
    top: 13px;
    display: inline-flex;
    right: 14px;
    transition: 0.3s;
}

    .act_icon_inner1 a {
        font-size: 12px;
        display: inline-block;
        margin-left: 3px;
    }

        .act_icon_inner1 a:first-child {
            margin-left: 0;
        }

    .act_icon_inner1 .fa {
        font-size: 11px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 4px;
        background: #ccc;
        color: #fff;
    }

.act_icon:hover .act_icon_inner {
    transform: scale(1);
    opacity: 1;
}

.act_icon .fa-ellipsis-v {
    padding: 8px 8px;
    cursor: pointer;
}

.act_icon_inner a:hover {
    color: #318afb;
}

.act_icon_inner1 .fa-pencil {
    background: #318afb;
}

.act_icon_inner1 .fa-trash {
    background: #c73f3f;
}

.act_icon_inner1 .fa-check {
    background: #48b02c;
}

.act_icon_inner1 .fa:hover {
    background: #6d7c93;
}

.haction .act_icon_inner1 {
    opacity: 0;
    transform: scale(0);
}

.haction:hover .act_icon_inner1 {
    transform: scale(1);
    opacity: 1;
}

.imagebox {
    padding: 8px 5px;
}

.imagebox img {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 20% 50%;
    object-position: 20% 50%;
    width: 145px;
    height: 120px;
}

.noactionbtn, .noactionbtn:hover {
    background: #c6c6c6;
    color: #848484;
    border-color: #aaa8a8;
    cursor: not-allowed !important;
}

.greybg {
    position: fixed;
    z-index: 110;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
}

d-none {
    display: none!important;
}

.pointer-none{pointer-events: none!important;}
.dbutton, .dbutton:hover {
    pointer-events: none;
    background: #f3f3f3;
    color: #333;
    border-color: #f2f2f2;
}

legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    font-size: 1.2rem;
    margin-bottom: 0;
    width: auto;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: rgb(192, 192, 192);
    border-image: initial;
    margin-top: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{border-color: #ff0018 #ff0000 #fff;}