/*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');*/
@media(min-width:768px) {

    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_PublicSans-Regular';
    src: url('../mys_fonts/PublicSans-Regular.eot');
    src: local('☺'), url('../mys_fonts/PublicSans-Regular.woff') format('woff'),
        url('../mys_fonts/PublicSans-Regular.ttf') format('truetype'),
        url('../mys_fonts/PublicSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_PublicSans-Bold';
    src: url('../mys_fonts/PublicSans-Bold.eot');
    src: local('☺'), url('../mys_fonts/PublicSans-Bold.woff') format('woff'),
        url('../mys_fonts/PublicSans-Bold.ttf') format('truetype'),
        url('../mys_fonts/PublicSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_PublicSans-SemiBold';
    src: url('../mys_fonts/PublicSans-SemiBold.eot');
    src: local('☺'), url('../mys_fonts/PublicSans-SemiBold.woff') format('woff'),
        url('../mys_fonts/PublicSans-SemiBold.ttf') format('truetype'),
        url('../mys_fonts/PublicSans-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
}

a:focus,
a:hover {
    outline: none !important;
    text-decoration: none !important;
}

*:focus {
    outline: none !important;
}

.normal_font {
    font-family: 'Conv_PublicSans-Regular' !important;
}

#wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    height: calc(100vh - 60px);
    top: 60px;
    position: relative;
}

#page-wrapper {
    width: 100%;
    margin-left: 195px;
    display: flex;
}

/* Top Navigation */

.navbar-right {
    margin-right: 0px;
}

.top-nav {
    padding: 0 5px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding: 7px 10px;
    line-height: 20px;
    color: #1a349b !important;
    background-color: transparent;
    font-family: 'Conv_PublicSans-SemiBold';
    font-size: 14px;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #000;
    background-color: transparent;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

.mys_nav {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 rgba(59, 89, 108, 0.20);
    min-height: 60px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    z-index: 10;
}

.mys_bg_white {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(59, 89, 108, 0.20);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.border_mys {
    border-bottom: 1px solid #f5f5fb;
}

.card_title {
    color: #1a349b;
    margin-bottom: 10px;
    font-family: 'Conv_PublicSans-Bold';
    text-transform: uppercase;
}

.card_title:hover {
    text-decoration: none;
    color: #1a349b;
}

.card_title:focus {
    text-decoration: none;
}

.card_btn {
    color: #1a349b;
    margin-bottom: 10px;
    font-family: 'Conv_PublicSans-Bold';
}

.card_btn a {
    color: #1a349b;
}

.card_btn a:hover {
    text-decoration: none;
    color: #1a349b;
}

.card_btn a:focus {
    text-decoration: none;
}

.mys_border_width {
    width: 25px;
    height: 5px;
    background-color: #1a349b;
    position: absolute;
    border-radius: 5px;
    bottom: -3px;
    left: 0px;
}

.mys_border_width_new{
    width: 25px;
    height: 5px;
    background-color: #1a349b;
    position: absolute;
    border-radius: 5px;
    bottom: -3px;
    left: 0px;
    position: absolute;
    top: 55px;
    left: 20px;
    z-index: 5;
}
.position_new_1{
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 10;
}
/*.mys_padding > div {
    position: relative;
}*/

/*.top_48{
    top: 48px;
}*/

.mr_10 {
    margin-right: 10px;
}

.first_tab_text {
    color: #8495a8;
    margin-bottom: 5px;
    word-break: break-all;
}

.first_tab_text span {
    color: #2c2c4b;
}

.flex_between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.text_upper {
    text-transform: uppercase;
}

.second_tab_text {
    color: #2c2c4b;
    font-size: 13px;
    font-weight: bold;
}

.approved_dot {
    font-size: 10px;
    color: #87de87;
    position: relative;
    right: 3px;
}

.pending {
    color: #5599ff;
}

.decline {
    color: #ff5555;
}

.mys_box_center {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.flex1 {
    flex: 1;
}

.mt_20 {
    margin-top: 20px !important;
}

.mys_padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: relative;
}

.mb_0 {
    margin-bottom: 0px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px;
}

.width_flex {
    width: 100%;
    display: flex;
    padding: 0 10px;
}

.width_flex_box{
    width: 100%;
    display: flex;
    padding: 10px 5px !important;
    flex-wrap: wrap;
}

.pt-0{
    padding-top: 0px !important;
}

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

.mb-10-franchise{
    margin-bottom: 10px;
}

.mb-15-franchise{
    margin-bottom: 15px;
}

.top_head {
    color: #1a349b;
    font-size: 16px;
    margin-top: 0;
    font-family: 'Conv_PublicSans-SemiBold';
    margin-bottom: 0;
}

.dash-head{
    padding-left: 15px;
    border-radius: 4px;
    padding-bottom: 30px;
    padding-top: 15px;
}

.work-head{
    padding-left: 15px;
    border-radius: 4px;
    padding-bottom: 30px;
    padding-top: 15px;
}

.mys-border-franchies {
    width: 25px;
    height: 5px;
    background-color: #1a349b;
    position: absolute;
    border-radius: 5px;
    bottom: -3px;
    left: 0px;
    position: absolute;
    top: 51px;
    left: 20px;
    z-index: 5;
  }

.top_text_icon .top_head {
    margin-left: 40px;
}

.mb_20 {
    margin-bottom: 20px;
}

.nav_drop {
    color: #1a349b;
    background-color: #fffae4;
    border-radius: 50%;
    border: 1px solid #ffdd00;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    width: 35px;
    height: 35px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.nav_right_center {
    display: flex;
    align-items: center;
}

.sidebar .nav>li>a {
    color: #587390;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #f6f7f9;
}

.sidebar .navbar-nav>li>a:hover,
.sidebar .navbar-nav>li>a:focus {
    color: #1a349b !important;
}

.sidebar .navbar-nav>.active>a,
.sidebar .navbar-nav>.active>a:hover,
.sidebar .navbar-nav>.active>a:focus {
    color: #1a349b !important;
    background-color: transparent;
    font-family: 'Conv_PublicSans-SemiBold';
}

.sidebar li.active a .border_radious1 {
    width: 4px;
    background: #1a349b;
    height: 25px;
    position: absolute;
    right: 0;
    border-radius: 10px;
}

.navbar {
    margin-bottom: 0px;
}

.mys_nav~.sidebar {
    min-width: 180px;
    max-width: 180px;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    padding: 0;
    position: fixed;
    height: calc(100vh - 52px);
    z-index: 10;
    top: 60px;
}


.mys_nav~.sidebar.franchise-sidebar {
    height: 100% ;
}


.sidebar li {
    width: 100%;
}

.border_doc {
    border: 1px solid #f5f5fb;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.display_767_mys {
    display: none;
}

.sidebar.collapse {
    display: block;
}

/*.franchise-sidebar.sidebar.collapse{
    display: none;
}
.franchise-sidebar.sidebar.collapse.in{
    display: flex;
}
.mys_nav ~  .franchise-sidebar.sidebar{
    max-width: unset;
}*/

.img_width {
    width: 20px;
    cursor: pointer;
}

.doc_width {
    display: flex;
}

.center_img_mys {
    display: flex;
    align-items: center;
}

.pl_10 {
    padding-left: 10px;
}

.fg_black {
    color: #000;
}

.save_padding {
    padding: 4px 10px 5px 10px;
    margin-left: 5px;
}

/*Franchises*/

.add_btn {
    color: #242738;
    border: none;
    padding: 5px 15px 5px 15px;
    font-family: 'Conv_PublicSans-SemiBold';
    font-size: 13px;
    background-color: #ffcd34;
    border-bottom: 2px solid #ff9b34;
    border-radius: 4px;
    width: 50%;
    max-width: 200px;
}

.mb_10 {
    margin-bottom: 10px;
}

.bg_light_yellow {
    color: #1a349b;
    font-size: 13px;
}

.bg_light_yellow th {
    border: none !important;
}

.borderless {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.borderless tbody tr {
    box-shadow: 1px 10px 20px -11px #e6e6e6;
    border-radius: 7px;
}

.borderless tr th:nth-of-type(1) {
    padding-left: 30px;
    color: #fff;
    border-left-style: solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color: transparent;
    /* border-left: 1px solid #d9534f !important; */
}

.borderless tr th:last-child {
    border-left-style: solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: transparent;
    /* border-right: 1px solid #d9534f !important; */
}

.borderless tbody tr td:nth-of-type(1) {
    padding-left: 30px;
    color: #1a349b;
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: #ddd;
    border-left: 1px solid #ddd;
}

.borderless tbody tr td:last-child {
    border-left-style: solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #ddd;
    border-left: none;
    border-right: 1px solid #ddd;
    /*width: 120px;*/
}

.borderless thead tr th {
    font-weight: normal;
    /* background: #d9534f; */
    color: #fff;
    font-family: 'Conv_PublicSans-SemiBold';
    padding: 10px;
}

.borderless tbody tr td {
    border: none;
    font-size: 13px;
    vertical-align: middle;
    background: #fff;
    color: #8495a8;
    color: #666f7a;
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

input[type=radio][name="menucolor"] {
    display: none;
}

#btnOn .glyphicon-ok {
    opacity: 0;
}

.btn_group {
    background-color: #f6f6f6;
    padding: 3px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    align-items: center;
    display: flex;
    width: 45px;
}

.btn_danger:active,
.btn_danger.active,
.open>.dropdown-toggle.btn_danger {
    color: #e4e4e4;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    border-radius: 5px !important;
}

.btn_danger:active:hover,
.btn_danger.active:hover,
.open>.dropdown-toggle.btn_danger:hover,
.btn_danger:active:focus,
.btn_danger.active:focus,
.open>.dropdown-toggle.btn_danger:focus,
.btn_danger:active.focus,
.btn_danger.active.focus,
.open>.dropdown-toggle.btn_danger.focus {
    color: #e4e4e4;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn_success:active,
.btn_success.active,
.open>.dropdown-toggle.btn_success {
    color: #fff;
    background-color: #5fd35f;
    border-color: #5fd35f;
}

.btn_success {
    color: #f6f6f6;
}

.btn_success:hover {
    color: #e4e4e4;
    background-color: #5fd35f;
    border-color: #5fd35f;
}

.btn_success:active,
.btn_success.active {
    color: #e4e4e4 !important;
    background-color: #5fd35f !important;
    border-color: #5fd35f !important;
}

.btn_default.btn_on.active .mys_tool_tip,
#status1 label.btn:hover .mys_tool_tip,
.btn_default.btn_off.active .mys_tool_tip,
#status label.btn:hover .mys_tool_tip {
    color: #fff;
    border-radius: 5px !important;
    box-shadow: none;
    padding: 1px 4px;
    width: 17px;
    height: 17px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 11px;
}

.btn_default.btn_on.active .mys_tool_tip,
.btn_default.btn_on.active:hover .mys_tool_tip {
    background-color: #5fd35f !important;
    border-color: #5fd35f !important;
}

.btn_default.btn_off.active .mys_tool_tip,
.btn_default.btn_off.active:hover .mys_tool_tip {
    background-color: #ff8888 !important;
    border-color: #ff8888 !important;
}

div#status,
div#status1 {
    justify-content: space-between;
}

#status label.btn:hover .mys_tool_tip,
#status1 label.btn:hover .mys_tool_tip {
    background-color: #ccc;
    border-color: #ccc;
}

label.tool_tip {
    position: relative;
    font-weight: normal;
}

label.tool_tip:hover::before {
    content: attr(for);
    font-family: Roboto, -apple-system, sans-serif;
    text-transform: capitalize;
    font-size: 11px;
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    opacity: 0.85;
    background-color: #323232;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    display: flex;
    min-width: 90px;
    transition: 300ms;
    font-weight: normal;
    z-index: 100;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    word-break: keep-all;
}

.btn_default.btn_on {
    background-color: transparent;
    color: #f6f6f6;
    padding: unset;
    margin-left: 0px !important;
}

.cursor_help {
    cursor: help;
}

.btn_default.btn_off {
    color: #f6f6f6;
    background-color: transparent;
    box-shadow: none;
    border-radius: 5px !important;
    padding: unset;
    width: 17px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 0px 6px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 3px;
}

.plr_5 {
    padding-left: 5px;
    padding-right: 5px;
}

.dropdown_mys>li>a {
    padding: 10px 10px;
    font-size: 13px;
    color: #8495a8;
}

.dropdown_mys>li>a:hover {
    background-color: #fffae4;
    color: #1a349b;
}

.top-nav>.open>.dropdown_mys {
    padding: 0;
    width: 190px;
}

.sign_drop {
    width: 20px;
}

.center_teext_drop {
    display: flex;
    align-items: center;
}

.pl_5_text {
    padding-left: 5px;
}

.padding_0 {
    padding: 0;
}

.sidebar_notify {
    display: flex !important;
    width: unset !important;
    float: unset !important;
    padding: 0 15px !important;
}

.pl_15 {
    padding-left: 15px;
}

.sidebar_top_nav {
    justify-content: space-between;
    width: 100%;
}

.display_float {
    display: flex !important;
    padding: 0 15px !important;
    width: unset !important;
    float: unset !important;
    flex: 1 !important;
}

.display_align {
    display: flex !important;
    padding: 20px 0 !important;
    align-items: center;
}

.display_center {
    display: flex;
    align-items: center;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 3px 15px;
    font-family: 'Conv_PublicSans-SemiBold';
    border-radius: 5px;
    margin-bottom: 0px;
}

.inputfile-1+label {
    color: #fff;
    background-color: #1a349b;
    font-weight: normal;
    padding: 5px 15px 5px 10px;
}

.upload-box .btn-file1 {
    background-color: #1a349b;
    border: #1a349b;
    cursor: pointer;
}

.upload-box .btn-file1 {
    position: relative;
    overflow: hidden;
    padding: 5px 15px 5px 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    float: left;
}

.upload-box .btn-file1 input[type="file"] {
    background: #1a349b;
    cursor: inherit;
    display: block;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.img_upload {
    width: 25px;
}

.edit_display {
    display: none;
}

.list_head {
    color: #1a349b;
    font-size: 16px;
    margin-top: 0;
    font-family: 'Conv_PublicSans-SemiBold';
    margin-bottom: 5px;
    text-transform: capitalize;
}

.height_flex {
    height: 100%;
    display: flex;
}

.list_width {
    width: 100%;
}

.swipe-area {
    position: fixed;
    width: 30px;
    left: 0;
    top: 60px;
    height: 100%;
    z-index: 10;
}

.swipe-area.close {
    right: 10px;
    left: unset;
    top: 0;
    width: calc(100vw - 350px);
}

.collapsing,
.collapse.in {
    display: flex;
}

.side_close {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    flex: 1;
    position: absolute;
    top: -9999px;
    transition: 300ms;
}

.side_close.in {
    position: unset;
    top: unset;
    transition: 300ms;
}

.nav_bg {
    background-image: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0.12));
    height: 100%;
}

.img_nav {
    background-image: url('../.././mys_images/menu.png');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.pr_25 {
    padding-right: 25px;
}

.top_2 {
    position: relative;
    top: 2px;
}

.pt_0 {
    padding-top: 0px;
}

.swipe-area-back {
    overflow: hidden;
}

.control_mys {
    border-color: #9daab9;
}

.paddig_0 {
    padding: 0px;
}

.flex_1 {
    flex: 1;
}

.d-flex {
    display: flex;
}

.top_padding {
    padding: 15px 15px 5px 15px;
}

.table_top_padding {
    padding: 0 15px 0 15px;
}

.close_form {
    position: absolute;
    left: 10px;
    background: #fff;
    font-size: 24px !important;
    color: #cddae9;
    line-height: .5;
    cursor: pointer;
    z-index: 100;
}

.mys_right_form.in {
    position: fixed;
    top: 0px;
    right: 0;
    margin-right: 0;
    transition: 300ms;
    z-index: 100;
}

.mys_right_form {
    padding: 0;
    height: 100%;
    transition: 300ms;
    position: fixed;
    right: -500px;
}

.bg_form {
    background: #fff;
    height: 100%;
    overflow: auto;
    box-shadow: 0 1px 3px 0 rgba(59, 89, 108, 0.20);
    width: 500px;
}

.top_update {
    margin-bottom: -4px;
    background: transparent;
}

.close_top_add {
    top: 25px;
}

.word_anywhere {
    word-wrap: anywhere !important;
}

.Year-text{
    display: none;
}

.amount-text{
    display: none;
}

@media only screen and (min-width : 320px) and (max-width :1024px) {

    .limited-text {
        height: auto !important;
    }

    .Year-text{
        display: block;
        position: absolute;
        left: 6px;
        top: 10px;
        color: #8495a8 !important;
        font-family: 'Conv_PublicSans-Regular' !important;
    }

    .amount-text{
        display: block;
        position: absolute;
        left: 6px;
        top: 10px;
        color: #8495a8 !important;
        font-family: 'Conv_PublicSans-Regular' !important;
    }

}

/*Franchises*/

@media only screen and (min-width : 320px) and (max-width :1050px) {

    .nav_bg {
        margin: 0px !important;
    }

    .franchises_toggle {
        height: auto !important;
        padding-left: 15px !important;
    }

}

@media only screen and (min-width : 320px) and (max-width :991px) {

    .width_flex {
        display: unset;
        padding: 0;
    }

    .mt_media {
        margin-top: 10px;
    }

    .profile_plr {
        padding: 0 10px !important;
    }

    .top_padding {
        padding: 15px 10px 5px 14px;
    }

    .pl_15_media {
        padding-left: 15px;
    }
}

@media only screen and (min-width : 320px) and (max-width :767px) {

    .nav_bg li {
        border: none;
    }

    .form_dashboard {
        padding: 40px 30px 90px !important;
    }

    .form_dashboard_2{
        padding: 40px 30px 5px !important;

    }

    .top_text_icon {
        position: fixed;
        top: 0;
        box-shadow: 0 1px 3px 0 rgba(59, 89, 108, 0.20);
        z-index: 1002;
    }

    .mys_right_form.in {
        left: 0;
        width: 100%;
        z-index: 1000 !important;
    }

    .close_form {
        left: 10px;
        z-index: 1003;
    }

    .top_text_icon .top_head {
        left: 40px;
        position: relative;
        margin-left: 0px;
    }

    .img_nav {
        width: 80vw;
        max-width: 340px;
    }

    .display_767_mys {
        display: flex;
    }

    .mt_10_media {
        margin-top: 10px;
    }

    .collapse {
        display: none;
    }

    .sidebar {
        position: fixed;
        width: 100%;
        z-index: 1001;
        max-width: unset;
        min-height: 100vh;
        background: transparent;
        top: 0;
    }

    .sidebar li {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 13px;
    }

    .sidebar li:nth-of-type(2) {
        padding-top: 20px;
    }

    .sidebar li a:hover {
        background-color: transparent;
    }

    .navbar-nav {
        margin: 0;
        height: 100%;
        width: 80vw;
        max-width: 340px;
        overflow: auto;
    }

    .display_768_mys {
        display: none;
    }

    .paddig_0_media {
        padding: 0;
    }

    .navbar-toggle {
        float: left;
        margin-right: 0px;
    }

    .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-brand {
        padding-left: 0 !important;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .navbar-header {
        display: flex;
    }

    .navbar-brand img {
        height: 32px;
    }

    #page-wrapper {
        margin-left: 0px;
    }

    .bg_form {
        width: 100%;
    }

    .franchise-sidebar.sidebar.collapse {
        display: none;
    }

    .franchise-sidebar.sidebar.collapse.in {
        display: flex;
    }

    .mys_nav~.franchise-sidebar.sidebar {
        max-width: unset;
    }

}

/* Side Navigation */

@media(min-width:768px) {

    .side-nav {
        /*position: fixed;
        top: 51px;
        left: 225px;
        width: 180px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #fff;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;*/
    }

    .side-nav>li>a {
        width: 100%;
        font-size: 13px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #fff !important;
        color: #9d9d9d !important;
    }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0, 0, 0, .3) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #fff;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav>li>a>.label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 6px;
    font-size: 10px;
    font-weight: normal;
    min-width: 15px;
    min-height: 15px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px;
}

.navbar .nav>li>a:hover>.label {
    top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}

.min-width-85{
    min-width: 85px;
}

/*@media only screen and (min-width : 992px) and (max-width :1024px){

.table_device td, th{
    border: 0px solid #ccc !important;
    padding: 6px;
    text-align: left;
  }

  .table_device tr td{
    display: block;
    padding: 5px;
  }

 .table_device tr{
    padding: 10px !important;
    background: #fff;
    margin-bottom: 10px;
    display: flex !important;
    flex-wrap: wrap;
}

 #Mys_table_top thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #Mys_table_top td {
    position: relative;
    font-weight: bold;
  }

  td:before {
    position: absolute;
    left: 6px;
    word-wrap: break-word;
    width: 45%;
    padding-right: 10px;
    white-space: normal;
    font-weight: normal;
    color: #4a515b;
  }
}*/

.mys_right_form.in .form_drop {
    position: fixed;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    z-index: -1;
    transition: 300ms;
    opacity: 1;
}

.form_drop {
    transition: 300ms;
    opacity: 0;
}

/*===========================table css===============================*/

/*@media only screen and (max-width: 1024px) {*/

@media only screen and (min-width : 320px) and (max-width :1024px) {

    /* Hide table headers (but not display: none;, for accessibility) */

    #poker_table_top .ranking tr td:nth-of-type(1) {
        width: 50%;
        padding-left: 80px !important;
    }

    .borderless tbody tr td {
        padding: 5px 15px;
    }

    .table_device td,
    th {
        border: 0px solid #ccc !important;
        padding: 6px;
        text-align: left;
    }

    .table_device tr td {
        display: block;
        /*width: 50%;*/
    }

    .table_device tr {
        padding: 10px !important;
        background: #fff;
        margin-bottom: 10px;
        display: flex !important;
        flex-wrap: wrap;
    }

    #Mys_table_top thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #Mys_table_top tr {
        /*border: 1px solid #ccc;*/
    }

    #Mys_table_top td {
        position: relative;
        /* font-weight: bold; */
    }

    td:before {
        position: absolute;
        left: 6px;
        word-wrap: break-word;
        width: 45%;
        padding-right: 10px;
        white-space: normal;
        font-weight: normal;
        color: #8495a8;
    }


    /*Franchises Table*/

    #Mys_table_top #Franchises>tr>td:nth-of-type(1):before {
        content: "Franchises Name :";
    }

    #Mys_table_top #Franchises>tr>td:nth-of-type(2):before {
        content: "Type :";
    }

    #Mys_table_top #Franchises>tr>td:nth-of-type(3):before {
        content: "User Name :";
    }

    #Mys_table_top #Franchises>tr>td:nth-of-type(4):before {
        content: "Contact Info :";
    }

    #Mys_table_top #Franchises>tr>td:nth-of-type(5):before {
        content: "Role :";
    }

    #Mys_table_top #Franchises>tr>td:nth-of-type(6):before {
        content: "Parent Franchise :";
    }

    #Mys_table_top #Franchises>tr>td:nth-of-type(7):before {
        content: "Region :";
    }

    #Mys_table_top #Franchises>tr>td:nth-of-type(8):before {
        content: "Status :";
    }

    #Mys_table_top #Franchises>tr>td:nth-of-type(9):before {
        content: "Action :";
    }

    /*Franchises Table*/

    /*View_Sub_Franchises Table*/

    #Mys_table_top #View_Sub_Franchises>tr>td:nth-of-type(1):before {
        content: "Franchises Name :";
    }

    #Mys_table_top #View_Sub_Franchises>tr>td:nth-of-type(2):before {
        content: "Type :";
    }

    #Mys_table_top #View_Sub_Franchises>tr>td:nth-of-type(3):before {
        content: "User Name :";
    }

    #Mys_table_top #View_Sub_Franchises>tr>td:nth-of-type(4):before {
        content: "Contact Info :";
    }

    #Mys_table_top #View_Sub_Franchises>tr>td:nth-of-type(5):before {
        content: "Role :";
    }

    #Mys_table_top #View_Sub_Franchises>tr>td:nth-of-type(6):before {
        content: "Parent Franchise :";
    }

    #Mys_table_top #View_Sub_Franchises>tr>td:nth-of-type(7):before {
        content: "Region :";
    }

    #Mys_table_top #View_Sub_Franchises>tr>td:nth-of-type(8):before {
        content: "Action :";
    }

    /*View_Sub_Franchises Table*/

    /*Franchises_School Table*/

    #Mys_table_top #Franchises_School>tr>td:nth-of-type(1):before {
        content: "School Name / Url :";
    }

    #Mys_table_top #Franchises_School>tr>td:nth-of-type(2):before {
        content: "Contact :";
    }

    #Mys_table_top #Franchises_School>tr>td:nth-of-type(3):before {
        content: "Address :";
    }

    #Mys_table_top #Franchises_School>tr>td:nth-of-type(4):before {
        content: "Payment / Student :";
    }

    #Mys_table_top #Franchises_School>tr>td:nth-of-type(5):before {
        content: "Created Date :";
    }

    #Mys_table_top #Franchises_School>tr>td:nth-of-type(6):before {
        content: "Action :";
    }


    #Mys_table_top #sub-franchises_School>tr>td:nth-of-type(1):before {
        content: "School Name:";
    }

    #Mys_table_top #sub-franchises_School>tr>td:nth-of-type(2):before {
        content: "School Url :";
    }

    #Mys_table_top #sub-franchises_School>tr>td:nth-of-type(3):before {
        content: "Contact:";
    }

    #Mys_table_top #sub-franchises_School>tr>td:nth-of-type(4):before {
        content: "Address :";
    }

    #Mys_table_top #sub-franchises_School>tr>td:nth-of-type(5):before {
        content: "Created Date :";
    }

    /*Franchises Table*/

    /*School List Table*/

    #Mys_table_top #School_List>tr>td:nth-of-type(1):before {
        content: "School Name :";
    }

    #Mys_table_top #School_List>tr>td:nth-of-type(2):before {
        content: "Contact :";
    }

    #Mys_table_top #School_List>tr>td:nth-of-type(3):before {
        content: "Address :";
    }

    #Mys_table_top #School_List>tr>td:nth-of-type(4):before {
        content: "Created Date :";
    }

    #Mys_table_top #School_List>tr>td:nth-of-type(5):before {
        content: "Action :";
    }

    /*School List Table*/

    /*Work Report Table*/

    #Mys_table_top #Work_Report>tr>td:nth-of-type(1):before {
        content: "Title :";
    }

    #Mys_table_top #Work_Report>tr>td:nth-of-type(2):before {
        content: "Date :";
    }

    #Mys_table_top #Work_Report>tr>td:nth-of-type(3):before {
        content: "Description :";
    }

    #Mys_table_top #Work_Report>tr>td:nth-of-type(4):before {
        content: "Action :";
    }

    /*School List Table*/

}


@media only screen and (min-width : 576px) and (max-width :1024px) {


    #Mys_table_top .franchises_title tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
        color: #161c2d;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(6) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(7) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(8) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(9) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .school_title tr td:nth-of-type(1) {
        width: 50%;
        padding-left: 100px !important;
        word-wrap: break-word;
        color: #8495a8;
    }

    #Mys_table_top .school_title tr td:nth-of-type(2) {
        width: 50%;
        padding-left: 65px !important;
        word-wrap: break-word;
    }

    #Mys_table_top .school_title tr td:nth-of-type(3) {
        width: 50%;
        padding-left: 70px !important;
        word-wrap: break-word;
    }

    #Mys_table_top .school_title tr td:nth-of-type(4) {
        width: 50%;
        padding-left: 105px !important;
        word-wrap: break-word;
    }

    #Mys_table_top .school_title tr td:nth-of-type(5) {
        width: 50%;
        padding-left: 50px !important;
        word-wrap: break-word;
    }

    #Mys_table_top .sub-franchises-title tr td:nth-of-type(1){
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .sub-franchises-title tr td:nth-of-type(2){
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .sub-franchises-title tr td:nth-of-type(3){
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .sub-franchises-title tr td:nth-of-type(4){
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .sub-franchises-title tr td:nth-of-type(5){
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(2) {
        /* width: 50%; */
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(3) {
        /* width: 50%; */
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(4) {
        /* width: 60%; */
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(5) {
        /* width: 40%; */
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(6) {
        /* width: 50%; */
        padding-left: 50% !important;
        word-wrap: break-word;
    }


    #Mys_table_top .work_title tr td:nth-of-type(1) {
        /* width: 50%; */
        padding-left: 50% !important;
        word-wrap: break-word;
        color: #4a515b;;
    }

    #Mys_table_top .work_title tr td:nth-of-type(2) {
        /* width: 50%; */
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .work_title tr td:nth-of-type(3) {
        /* width: 50%; */
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .work_title tr td:nth-of-type(4) {
        width: 50%;
        padding-left: 50% !important;
    }


    #Mys_table_top .total-user tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }


    #Mys_table_top .total-user tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }


    #Mys_table_top .total-user tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .total-user tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .total-user tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .total-user tr td:nth-of-type(6) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .total-user tr td:nth-of-type(7) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(6) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(7) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Message-List tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Message-List tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Message-List tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Message-List tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Message-List tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Registered-User-List-admin tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Registered-User-List-admin tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Registered-User-List-admin tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Registered-User-List-admin tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Registered-User-List-admin tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Sms-Record tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Sms-Record tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Sms-Record tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Sms-Record tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage-Record tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage-Record tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage-Record tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage-Record tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Whatsapp-Pack-List tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Whatsapp-Pack-List tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Whatsapp-Pack-List tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .School-Whatsapp-Record tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .School-Whatsapp-Record tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .School-Whatsapp-Record tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .School-Whatsapp-Record tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }
    

}

@media only screen and (min-width : 320px) and (max-width :575px) {
        
    .left_50{
        padding-top: 10px !important;
    }

    .space_between {
        display: unset !important;
    }

    .center_text_media {
        flex-direction: column;
        align-items: flex-start;
    }

    .flex_column {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .media_flex_center {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-top: -60px;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
        color: #161c2d;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(6) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(7) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
        min-height: 35px;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(8) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_title tr td:nth-of-type(9) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .sub-franchises-title tr td:nth-of-type(1){
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .sub-franchises-title tr td:nth-of-type(2){
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .sub-franchises-title tr td:nth-of-type(3){
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .sub-franchises-title tr td:nth-of-type(4){
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .sub-franchises-title tr td:nth-of-type(5){
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
        min-height: 50px;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(6) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .franchises_school_title tr td:nth-of-type(7) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
    }

    #Mys_table_top .school_title tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 100px !important;
        word-wrap: break-word;
        color: #8495a8;
    }

    #Mys_table_top .school_title tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 65px !important;
        word-wrap: break-word;
    }

    #Mys_table_top .school_title tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 70px !important;
        word-wrap: break-word;
    }

    #Mys_table_top .school_title tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 95px !important;
        word-wrap: break-word;
    }

    #Mys_table_top .school_title tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50px !important;
        word-wrap: break-word;
    }

    #Mys_table_top .work_title tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
        color: #4a515b;
    }

    #Mys_table_top .work_title tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
        color: #4a515b;
    }

    #Mys_table_top .work_title tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
        color: #4a515b;
    }

    #Mys_table_top .work_title tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
        word-wrap: break-word;
        color: #4a515b;
    }

    #Mys_table_top .total-user tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .total-user tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .total-user tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .total-user tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .total-user tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .total-user tr td:nth-of-type(6) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .total-user tr td:nth-of-type(7) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(6) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .admin-school-list tr td:nth-of-type(7) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Registered-User-List-admin tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Registered-User-List-admin tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Registered-User-List-admin tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Registered-User-List-admin tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Registered-User-List-admin tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Sms-Record tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Sms-Record tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Sms-Record tr td:nth-of-type(3) { 
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Sms-Record tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage-Record tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage-Record tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage-Record tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Gallery-Storage-Record tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Whatsapp-Pack-List tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Whatsapp-Pack-List tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Whatsapp-Pack-List tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .School-Whatsapp-Record tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .School-Whatsapp-Record tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .School-Whatsapp-Record tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .School-Whatsapp-Record tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .School-Whatsapp-Record tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Message-List tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Message-List tr td:nth-of-type(2) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Message-List tr td:nth-of-type(3) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Message-List tr td:nth-of-type(4) {
        width: 100%;
        padding-left: 50% !important;
    }

    #Mys_table_top .Message-List tr td:nth-of-type(5) {
        width: 100%;
        padding-left: 50% !important;
    }
}


.form-group-mys {
    position: relative;
    min-height: 57px;
    border-bottom: 0;
    height: auto;
}
.form-group-mys_new{
    position: relative;
    min-height: 64px;
    border-bottom: 0;
    height: auto;
}

.form-group-mys input:focus,
.form-group-mys textarea:focus {
    color: #1a349b;
    border: 1px solid #1a349b;
    box-shadow: none;
}

.form-group-mys input,
.form-group-mys textarea {
    display: block;
    background: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #cddae9;
    line-height: 1;
    width: 100%;
    color: #9daab9;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    height: 45px;
    border-radius: 6px;
    color: #1a349b;
}

.form-group-mys .control-label,
.form-group-mys input:placeholder-shown~.control-label {
    position: absolute;
    top: 12px;
    pointer-events: none;
    padding-left: 0;
    z-index: 1;
    color: #9daab9;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    left: 20px;
    margin-bottom: 0;
}

.form-group-mys select~.control-label,
.form-group-mys input:focus~.control-label,
.form-group-mys input:valid~.control-label,
.form-group-mys input.form-file~.control-label,
.form-group-mys input.has-value~.control-label,
.form-group-mys textarea:focus~.control-label,
.form-group-mys textarea:valid~.control-label,
.form-group-mys textarea.form-file~.control-label,
.form-group-mys textarea.has-value~.control-label,
.form-group-mys datepicker input:focus~.control-label,
.form-group-mys datepicker input.ng-not-empty~.control-label,
.form-group-mys datepicker input:not(:empty)~.control-label,
.form-group-mys datepicker input:valid~.control-label,
.form-group-mys input.ng-touched.ng-not-empty~.control-label,
.form-group-mys input.ng-valid~.control-label {
    /*font-size: 14px;
    color: #1a349b;
    top: -13px;
    left: 10px;
    background: #fff;
    padding: 5px 15px 0px 15px;*/
    font-size: 14px;
    top: -10px;
    left: 10px;
    background: #fff;
    padding: 5px;
    line-height: .8;
    color: #9daab9;
}

.form-group-mys {
    margin-bottom: 20px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #9daab9;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.form-control {
    display: block;
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #cddae9;
    line-height: 1;
    width: 100%;
    color: #9daab9;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    height: 40px;
    border-radius: 6px !important;
    color: #1a349b;
    color: #2c2c4b;
}

.form-control:focus {
    color: #1a349b;
    border: 1px solid #1a349b;
    box-shadow: none;
}

.form-group-mys input:focus~.control-label.www,
.form-group-mys input:valid~.control-label.www {
    top: 15px !important;
    color: #9daab9 !important;
    border-right: 1px solid #cddae9 !important;
    height: 19px;
    padding: 0 !important;
    left: 20px !important;
    padding-right: 10px !important;
    line-height: 1.25;
    z-index: 0;
    opacity: 1;
}

.form-group-mys input:-internal-autofill-selected {
    background-color: #fff !important;
}

.control-label.www,
.control-label.www3 {
    opacity: 0;
}

.form-group-mys input:focus~.control-label.www3,
.form-group-mys input:valid~.control-label.www3 {
    top: 15px !important;
    color: #9daab9 !important;
    border-left: 1px solid #cddae9 !important;
    height: 19px;
    padding: 0 !important;
    padding-right: 0px;
    right: 20px !important;
    padding-left: 10px !important;
    line-height: 1.25;
    z-index: 0;
    opacity: 1;
    left: unset;
}

.mtb_15_form {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sub-menu-in {
    max-width: calc(100% - 500px);
}

.website {
    left: 60px;
    background: transparent;
    position: relative;
    z-index: 1;
    width: calc(100% - 190px) !important;
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.radius_border {
    border: 1px solid #cddae9;
    border-radius: 6px;
}

.mys_label {
    color: #9daab9;
    font-size: 14px;
    font-weight: normal;
}

.label_left {
    position: relative;
    top: -3px;
    left: 5px;
}

.flex_column_report {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.flex_center_report {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: -60px;
}

.error_red {
	color: red;
    font-size: 12px;
}

.red_error {
    color: red !important;
    height: 15px;
    padding-top: 5px;
    font-size: 12px;
}

.error {
    margin-top: -13px;
    max-height: 25px;
    padding-top: 3px;
    color: red !important;
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
    top: -10px;
}

.form-group-mys datepicker {
    float: unset;
    position: unset;
}

.profile_plr {
    padding: 0 5px;
}

.mt_10 {
    margin-top: 10px;
}

.p-15-10{
    padding: 15px 15px 10px 0;
}

.mb-0 {
    margin-bottom: 0px;
}

.space_between {
    display: flex;
    justify-content: space-between;
}

.top_text_icon {
    width: 100%;
    height: 60px;
    top: 0;
    display: flex;
    background: #fff;
    align-items: center;
    box-shadow: 0 1px 3px 0 rgba(59, 89, 108, 0.20);
    position: sticky;
    z-index: 9;
}

.form_dashboard {
    padding: 30px 40px 90px;
}

.form_dashboard_2{
    padding: 40px 30px 5px !important;

}

.flex_content {
    display: flex;
    justify-content: center;
}

/*#veil{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999;
    height:100%;
    width:100%;
    cursor: not-allowed;
    filter: alpha(opacity=60);
    opacity: 0.6;
    background: #000000  no-repeat center;
}*/

/*#feedLoading{
    position: fixed;
    top: 200px;
    z-index: 9999999999999999999998;
    width:100%;
    text-align: center;
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}*/

.sign_up_text {
    transform: rotate(-90deg);
    color: #1a349b;
    margin: 0;
    position: relative;
    top: 50px;
    font-family: 'Conv_PublicSans-SemiBold';
}

.sign_up_text a {
    text-decoration: none;
    color: #1a349b;
}

.terms_use_text {
    color: #9daab9;
    margin: 0;
    text-align: left;
}

.terms_use_text a {
    text-decoration: none;
    font-family: 'Conv_PublicSans-SemiBold';
    color: #1a349b;
    cursor: pointer;
}

.terms_use_text span {
    cursor: pointer;
}

.cursor_pointer {
    cursor: pointer;
}

.pt_10 {
    padding-top: 10px;
}

.wrap-image-inner p.top_10.center.bottom_0 {
    position: absolute;
    bottom: 13px;
    background: #fff;
    padding: 4px;
    right: 13px;
    border-top-left-radius: 5px;
    display: none;
    z-index: 99;
}

.top_10.center.bottom_0.cursor:hover {
    background: transparent;
}

.wrap-image-outer img.width_height {
    height: unset;
}

.wrap-image-outer,
.wrap-image-inner {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 5px;
    margin: 10px 0;
    z-index: 2;
}

.wrap-image-inner:hover p {
    display: block !important;
}

.banner_div {
    margin: 5px;
}

.margin5 {
    margin: 5px
}

.justify_end {
    justify-content: flex-end;
}

.description_height {
    resize: none;
    min-height: 150px;
}

.closeBtn {
    justify-content: end;
    margin-right: 10px;
    font-size: 20px;
}

.row_reverse {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: end;
    align-content: center;
}

.limited-text {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

/* .text-ellipsis{
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; 
} */

.img_100 {
    height: 100%;
    width: 100%;
}

.mys_nav~.sidebar{
    min-width: 180px;
    max-width: 180px;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    padding: 0;
    position: fixed;
    height: calc(100vh - 105px) !important;
    z-index: 10;
    top: 81px;
    left: 35px;
    border-radius: 4px;
    overflow: hidden;
}

.padding-lr-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pt-20{
    padding-top: 20px !important;
} 

.pl-30{
    padding-left: 30px !important;
} 

.pr-20{
    padding-right: 20px !important;
}

.franchise-dashboard-white-box{
    background-color: #fff;
    width: 100%;
    float: left;
    border-radius: 5px;
}

.position_new{
    position: absolute;
     bottom: 10px;
     left: 20px;
     z-index: 100;
}
.line_div{
    width: 96%;
    height: 1px;
    background-color: rgba(243, 243, 243, 0.788);
    position: absolute;
    bottom: 13px;
    z-index: 1;
}

.line_positon_new_1{
    width: 100%;
    height: 1px;
    background-color: rgba(243, 243, 243, 0.788);
    position: absolute;
    top: 42px;
    z-index: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.height-work{
    min-height: calc(100% - 24px);
}

.space-normal{
    white-space: normal;
}

/* 
.franchise-sidebar_new{
    height: 83% !important;
    margin-top: 22px;
    border-radius: 9px;
    margin-left: 10px;
    overflow: hidden;
}


.width_flex_new{
    width: 99%;
    display: flex;
    padding: 0px 6px;
    margin-left: 4px;
}

.padding_new{
    padding: 6px;
    margin-top: -7px;
} */

@media screen and (min-width: 320px) and (max-width: 767px) {
    /* .text-ellipsis{
        height: 45px;
    } */
    .xs-flex-col{
        flex-direction: column;
    }

    .width-767{
        width: 100%;
    }

    .pr-20 {
        padding-right: 0px !important;
    }

    .pl-30 {
        padding-left: 0px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    
    .pl-5 {
        padding-left: 15px !important;
    }

}