/*import fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.logga_in_modal_img{
    height:130px;
    background: rgb(120,109,173);
    background: linear-gradient(107deg, rgba(120,109,173,1) 0%, rgba(45,171,186,1) 91%);
    border-radius: 10px;
}

.logga_in_modal_img img{
    width: 40%;
}

.logga_in_modal_img p{
    font-size: 32px;
        color: #ffffff;
}


.logga_in_modal_ttl p{
    text-align: center;
    color: #2D2D2D;
     font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
}

.input_login_id{
    position: relative;
}

.input_login_id:after{
    color:#00C2D9;
    content: '\f023'; 
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-size:15px;
    position: absolute;
    top: 8px;
    right: 23px;
}

.logga_in_modal_btn button{
    background-color: #00C2D9;
    border-color: #00C2D9;
    width: 100%;
}

.logga_in_modal_btn{
    padding-top: 20px;
}

.logga_in_modal_select_opt{
    width: 275px !important;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

.logga_in_modal_select_opt p{
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    opacity: 0.7;
    position: absolute;
    top: 5px;
}

.logga_in_modal-footer{
    display: flex;
    flex-wrap: unset;
    justify-content: unset;
    padding: unset;
    background: rgb(235,235,235);
    background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(245,245,245,1) 35%);
}

.logga_in_modal-footer button{
    transform:unset;
    box-shadow: unset;
    padding: unset;
    border: unset;
    margin: unset;
    display: block;
    float: left;
    height: 52px;
    border-radius: unset;
    flex: 1;
    text-decoration: underline;
}

.logga_btn_mid_line{
    height: 52px;
    border-left: 1px solid #d5d2d2;
    display: block;
    float: left;
    padding: unset;
    margin: unset;
}

.logga_in_modal-footer button:hover{
    color: #007BB6;
    opacity: 1;
    transform:unset;
    transition:unset;
    font-size: 12px;
}

.logga_in_modal_block{
    width: 384px !important;
}

#nameWithTitle{
    -webkit-box-shadow:0px 3px 16px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 16px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 16px rgba(0,0,0,0.16);
}

.logga_in_modal_btn button{
    height: 55px;
    position: relative;
    background-color: #00000029;
    border:unset;
    box-shadow: unset;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-radius: 100px;
    color: #ffffff;
    transition: 0.3s;
}

.logga_in_modal_btn button:after{
    content:url('../img/logo/logga_in_user_white_logo.svg');
    position: absolute;
    top: 16px;
    right: 98px;
}

.logga_in_modal_btn button:hover{
    background-color: #00C2D9;
    border: unset !important;
    box-shadow: unset !important;
}

.logga_in_modal_btn button:active{
    background-color: #00C2D9;
}

body>.layout-wrapper>.layout-container>.main_table_block{
    padding-left: unset !important;
}

.table_select_option_block>.select_one>p{
    width: fit-content;
    display: block;
    float: left;
    margin-top: 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #2D2D2D;
    font-weight: 700;
}

.table_select_option_block>.select_two>p{
    width: fit-content;
    display: block;
    float: left;
    margin-top: 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #2D2D2D;
    font-weight: 700;
}

.table_select_option_block >.select_one button{
    width: 275px;
    display: block;
    float: left;
    text-align: left;
    -webkit-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    -moz-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    border: unset;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 10px;
}

.table_select_option_block >.select_one input[type='text']{
    width: 275px;
    display: block;
    float: left;
    text-align: left;
    -webkit-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    -moz-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    border: unset;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 10px;
}



.table_select_option_block .btn-outline-primary.dropdown-toggle.show{
    background-color: #ffffff !important;
    color: #2D2D2D;
    font-weight: 600;

}

.table_select_option_block >.select_two button{
    width: 130px;
    display: block;
    float: left;
    text-align: left;
    -webkit-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    -moz-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    border: unset;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 10px;
}

.table_select_option_block>.select_one{
    display: block;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.table_select_option_block>.select_two{
    display: block;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 50px;
}

.table_select_option_block >div button:after{
    right: 10px;
    position: absolute;
    top: 15px;
    border: unset;
    color: #00C2D9;
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    top: 8px;
    right: 23px;
}

.table_card_block>.card{
    display: block;
    float: left;
    width: 100%;
}

.table_select_option_block{
    background-color: rgba(0, 194, 217,0.2);
    display: block;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 60px;
    margin-top: 20px;
    padding-left: 10px;
}

.table_card_block{
    display: block;
    float: left;
    padding-top: 20px;
}

.main_table_ttl span{
    font-family: 'Montserrat', sans-serif;
    color: #2D2D2D !important;
    font-weight: 700 !important;
    font-size: 50px;
}

.main_table_sub_ttl{
    font-family: 'Montserrat', sans-serif;
    color: #2D2D2D !important;
    font-weight: 500;
    opacity: 0.7;
    letter-spacing: 0px;
    font-size: 13px;
    width: 552px;
}

.table_card_block tr th{
    font-family: 'Open Sans', sans-serif;
    color: #000000 !important;
    font-weight: bold;
    font-size: 12px;
}

.table_card_block tr td{
    font-family: 'Open Sans', sans-serif;
    color: #000000 !important;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}


.table_card_block table thead{
    border-bottom: 1px solid #F7F7F7;
}

.table_card_block table tbody{
    border-top: unset !important;
}

.table_card_block table tbody tr{
    border-bottom: 1px solid #F7F7F7;
}

.table_card_block>.card>.table-responsive>.jqstb-footer-table{
    display: none !important;
}

.bottom_btn_block{
    padding-top: 20px;
}

.bottom_btn_block .col-lg-6:first-child>h3:before{
     content:url('../img/favicon/financia.png');
}

.user_detail_row>div>div{
    float: right;
    display: block;
    background-color: #786DAD;
    border-radius: 0px 0px 10px 10px;
    width: 125px;
}

.user_detail_row>div>div>p{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: unset;
    padding-top: 2px;
    padding-bottom: 5px;
    color: #ffffff;
}

.ans_till_fortag_modal>.modal-content{
    padding:unset;
    position: relative;
    z-index: -1;
}

.ans_till_fortag_modal>.modal-content:before{
    content: '';
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0,194,217,1) 0%, rgba(0,123,182,1) 35%);
    content: '';
    width: 50%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.ans_till_fortag_modal>.modal-content:after{
    content: '';
    position: absolute;
    background-image: linear-gradient(0deg, rgba(114,147,226,1) 0%, rgba(120,109,173,1) 35%);
    content: '';
    width: 50%;
    height: 100%;
    z-index: 3;
    bottom: 0;
    right: 0;
}

.ans_till_fortag_modal>.modal-content>.col-lg-11{
    background-color: #ffffff;
    margin:0 auto;
}

.ansok_tbl_btn{
    background-color: #7293E2;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    border: unset;
    border-radius: 10px;
    display: block;
    text-align: center;
    width: 55px;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 6px;
}

.ansok_tbl_btn:hover{
    background-color: #007BB6;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}

.logga_ansok_1_bottom>div{
    display: block;
    float: left;
}

.logga_ansok_1_bottom>div>div{
    display: block;
    float: left;
}

.logga_ansok_1_bottom>div>div>div{
    display: block;
    float: left;
}

.bottom_text{
    color: #2D2D2D;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.logga_ansok_1_bottom .button1{
    background-color: #007BB6;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    border-color: #007BB6;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logga_ansok_1_bottom .button2{
    background-color: #00C2D9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    float: right;
    border-color: #00C2D9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.e_post_modal_img{
    height:120px;
    background: rgb(120,109,173);
    background: linear-gradient(107deg, rgba(120,109,173,1) 0%, rgba(45,171,186,1) 91%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.e_post_modal_img p{
    font-size: 32px;
    color: #ffffff;
    text-align: center;
}

.e_post_modal_img p:nth-child(2){
    font-size: 12px;
}

#e_post_modal .modal-body{
    background-color:#F5F5F5;
    padding: unset;
    margin: 16px;
    padding-top: 64px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.foretag_e_post_btn button{
background-color: #00C2D9;
border-color: #00C2D9;
width: 100%;
}

.foretag_e_post_btn{
    padding-top: 20px;
}

.foretag_e_post_btn button{
    height: 55px;
    position: relative;
    background-color: #00000029;
    border:unset;
    box-shadow: unset;
}


.foretag_e_post_btn button:hover{
    background-color: #00C2D9;
}

.foretag_e_post_btn button:active{
    background-color: #00C2D9;
}

/*---------------------*/
.input_modal_fore_e_post{
    position: relative;
}

.input_modal_fore_e_post input[type="text"]{
    width: 90%;
    margin: 0 auto;
}

.fore_e_post_ttl p{
    text-align: center;
    color: #2D2D2D;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.foretag_e_post_btn button{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}

.fore_e_post_ttl:before{
    content:'';
    position:absolute;
    background-color:#00000029;
    width:200px;
    height:1px;
    top:30px;
    left:0px;
    right: 0px;
    margin: 0 auto;
}

.foretag_e_post_btn button{
    border-radius: 10px !important;
}

#e_post_modal .modal-header{
    border-bottom:unset;
}

.foretag_3_side_btn_bl>.col-lg-12>.button2{
    float: left !important;
    margin-top: 20px;
    background-color:#00C2D9;
    border-color: #00C2D9;
}

.logga_in_bank_layout
{
    background-image: url("/finansia/assets/img/backgrounds/logga_in_background_image.png") !important;
    background-repeat: no-repeat;
    background-position: left top;
    height: 100vh;
    background-size: cover !important;
}

.logga_in_modal_block >.modal-content{
    border-radius: 20px;
}

.logga_in_modal_block .modal-header{
    border-bottom: unset !important;
}

.logga_in_modal-footer{
    border-radius: 0px 0px 20px 20px;
}

.input_login_id ::-webkit-input-placeholder { /* Edge */
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    opacity: 0.3;
}

.input_login_id ::-ms-input-placeholder { /* Internet Explorer */
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    opacity: 0.3;
}

.input_login_id ::placeholder {
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    opacity: 0.3;
}


.logga_in_modal_select_opt>.col-lg-12{
    position: relative;
}

/*override global form checkbox*/
.form-switch .form-check-input{
    width: 36px;
    height: 20px;
    background-color: #ABABAB;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPSdyZ2JhKDI1NSwgMjU1LCAyNTUpJy8+PC9zdmc+");
    box-shadow: unset;
    border:unset;
}

.logga_in_modal-footer button{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #2D2D2D;
    opacity: 0.6;
    font-size: 12px;
}

.form-switch .form-check-input:checked{
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPSdyZ2JhKDI1NSwgMjU1LCAyNTUpJy8+PC9zdmc+");
    background-color: #00C2D9;
    border:unset;
}

/*----------------------------*/
.form-check .form-check-input:checked{

}

.form-check .form-check-input:focus{
    border-color: #00C2D9;
}

.form-switch .form-check-input:focus{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPSdyZ2JhKDI1NSwgMjU1LCAyNTUpJy8+PC9zdmc+");
}

 .form-check .form-check-input:hover{
     border-color:#2D2D2D;
     background-color:#2D2D2D;
 }

/*-----------------*/
/*OVERRIDE BUTTON SECONDARY CSS*/

.btn-secondary{
    
}

.main_table_ttl{
    margin-bottom: 0px !important;
}

.table_select_option_block >div>.form-select{
    -webkit-box-shadow: 0px 3px 16px 4px rgba(0,194,217,0.29);
    -moz-box-shadow: 0px 3px 16px 4px rgba(0,194,217,0.29);
    box-shadow: 0px 3px 16px 4px rgba(0,194,217,0.29);
    border: unset;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 600;
}

.table_select_option_block >div>.form-select{
    -webkit-box-shadow: 0px 3px 16px 4px rgba(0,194,217,0.29);
    -moz-box-shadow: 0px 3px 16px 4px rgba(0,194,217,0.29);
    box-shadow: 0px 3px 16px 4px rgba(0,194,217,0.29);
    border: unset;
}

.table_select_option_block >div>.form-select option{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 600;
}

.table_select_option_block >div>p{
    padding-right: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.bottom_btn_block .btm_btn_block_color_img{
    width: 110px;
}

.input_login_id > input[type="text"]{
    border: 2px solid #ffffff;
    transition: 0.3s;
}

.input_login_id > input[type="text"]:hover{
    border:2px solid #00C2D9 !important;
}

.input_login_id > input[type="text"]:focus{
    border:2px solid #00C2D9 !important;
}

.input_login_id > input[type="text"]:visited{
    border:2px solid #00C2D9 !important;
}

.js_border_color{
    border:2px solid #00C2D9 !important;
}

.table_card_block>.card{
    position: unset;
}

.table_select_option_block .btn-group .dropdown-menu{
    border-radius: 10px;
    width: 100%;
    -webkit-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    -moz-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.29) !important;
    border: unset;
}

.table_select_option_block .btn-group .dropdown-menu li{
    border-bottom: 1px solid #EDEDED;
    cursor: pointer;
}

.table_select_option_block .btn-group .dropdown-menu li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 600;
}

.table_row_hover_eff{
    background-color:#F5F5F5;
}

.bottom_btn_block button{
    background-color: #007BB6 !important;
    -webkit-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.36);
    -moz-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.36);
    box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.36);
    transform: unset;
}

.bottom_btn_block button:hover{
    transform:unset;
}

.table_select_option_block >.select_one button:hover{
    transform: unset;
}

.table_select_option_block >.select_two button:hover{
    transform: unset;
}

.bottom_btn_block .bottom_logo_block{
    display: block;
    float: left;
}

.bottom_btn_block .bottom_button_block{
    display: block;
    float: left;
}

.bottom_btn_block .bottom_button_block>button{
    float:right;
    background-color: #00C2D9;
    border-radius: 5px;
    border:unset;
    box-shadow: unset;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    width: 130px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table_select_option_block .btn-group .dropdown-menu li a:active{
    color: #2D2D2D !important;
}

/*table scrollbar css changes*/
.jqstb-scroll::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

/* Track */
.jqstb-scroll::-webkit-scrollbar-track {
    /*box-shadow: 0 0 5px grey;*/
    border-radius: 5px;
    background-color: #F5F5F5;
}

/* Handle */
.jqstb-scroll::-webkit-scrollbar-thumb {
    background: rgba(114, 147, 226,0.2);
    border-radius: 5px;
}

/* Handle on hover */
.jqstb-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(114, 147, 226,0.2);
}

.bottom_btn_block{
    
}

.bottom_btn_block>div{
    padding-bottom: 20px;
}

/*table scrollbar css changes*/
.ans_till_fortag_modal>.modal-content>div{
    background-color: #ffffff;
    margin-left: 2%;
    width: 96%;
    margin-right: 2%;
    padding-left: unset;
    padding-right: unset;
    z-index: 5;
}

/*page 2 css */
.modal_color_logo{
    width: 80px;
}

.ans_till_fortag_modal .modal-body p{
    color: #2D2D2D;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
}

.ans_till_fortag_modal .modal-body p .modal_body_link{
    color: #00C2D9;
}

.ans_till_fortag_modal .modal-footer{
    background: rgb(235,235,235);
    background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(245,245,245,1) 61%);
    display: block;
    float: left;
    width: 100%;
}

.ans_till_fortag_modal .modal-footer>div{
    display: block;
    float: left;
    margin: unset;
}

.ans_till_fortag_modal .modal-footer>div a{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    opacity: 0.7;
}

.ans_till_fortag_modal .modal-footer>div>div{
    display: block;
    float: left;
}

.ans_till_fortag_modal .modal-body p:nth-child(4){
    font-weight:600;
    padding-top: 24px;
    padding-bottom: 15px;
}

.ans_till_fortag_modal .modal-body>div{
    padding-bottom: 70px;
}

/*PAGE 3 CSS*/
.bottom_btn_block .bottom_text{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
    margin: unset;
}

.two_column_table tr th:first-child{
    width: 90%;
}

.two_column_table tr th:nth-child(2){
    width: 10%;
    text-align: center;
}

.ansok_tbl_btn{
    -webkit-box-shadow:0px 3px 16px rgba(114, 147, 226, 0.38);
    -moz-box-shadow: 0px 3px 16px rgba(114, 147, 226, 0.38);
    box-shadow: 0px 3px 16px rgba(114, 147, 226, 0.38);
}

.ansok_tbl_btn:hover{
    -webkit-box-shadow:0px 3px 16px rgba(114, 147, 226, 0.38);
    -moz-box-shadow: 0px 3px 16px rgba(114, 147, 226, 0.38);
    box-shadow: 0px 3px 16px rgba(114, 147, 226, 0.38);
}

.footer{
    background-color: unset !important;
}
.footer p{
    color: #2D2D2D;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight:600;
}

.input_modal_fore_e_post>input[type="text"]::placeholder{
    color: #2D2D2D;
    opacity: 0.4;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.foretag_e_post_btn button{
    border-color: #00C2D9;
    box-shadow: unset;
}

.foretag_e_post_btn button:hover{
    background-color: #00C2D9;
    border: unset !important;
    box-shadow: unset !important;
}

.foretag_e_post_btn button:active{
    background-color: #00C2D9;
}

.input_modal_fore_e_post input[type="text"]{
    border:2px solid #ffffff;
}

.input_modal_fore_e_post input[type="text"]:focus{
    border:2px solid #ffffff;
}

.foretag_e_post_btn button{
    -webkit-box-shadow:-1px 3px 5px 9px rgba(211,213,214,0.3);
    -moz-box-shadow: -1px 3px 5px 9px rgba(211,213,214,0.3);
    box-shadow: -1px 3px 5px 9px rgba(211,213,214,0.3);
}
.foretag_e_post_btn button{
    background-color: #00C2D9;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.foretag_e_post_btn button:hover{
    color: #ffffff;
    background-color: #007BB6;
}

.foretag_e_post_btn button:focus{
    border: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.foretag_e_post_btn button:visited{
    border: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.foretag_3_side_btn_bl>div>button{
    width: 100% !important;
}

.logga_in_bankid_five>div{
    display: block;
    float: left;
}

.logga_in_bankid_five>div:first-child{
    background: rgb(120,109,173);
    background: linear-gradient(107deg, rgba(120,109,173,1) 0%, rgba(45,171,186,1) 91%);
    border-radius: 10px;
}

.logga_in_bankid_five>div:first-child img{
    width: 40%;
}

.log_in_mod_bankid_five_outer{
    width: 670px !important;
    max-width: 800px;
}

.logga_in_bankid_five .logga_in_modal_main_ttl p{
    color: #2D2D2D;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    text-align: center;
}

.logga_in_bankid_five .row .input_login_id{
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

.logga_in_bankid_five .logga_in_modal_btn div{
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

.logga_in_bankid_five .logga_in_modal_btn button:after{
    right: 58px;
}

.logga_in_bankid_five .logga_in_modal_select_opt .form-check{
    width: 37px;
    float: right;
    padding-left: unset;
}

.logga_in_bankid_five .logga_in_modal_select_opt{
    width: unset;
    display: flex;
}

.logga_in_bankid_five .submit_btn{
    padding-top: 20px;
}

.logga_in_bankid_five .submit_btn .logga_in_modal-footer{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.logga_in_bankid_five{
    margin-left: unset;
    margin-right: unset;
}

.table_select_option_block .btn-outline-primary.dropdown-toggle span{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    opacity: 0.5;
    color: #2D2D2D;
}

.table_select_option_block .custom_dropdown li .dropdown-item{
    background-color: #ffffff !important;
    color: #2D2D2D;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.table_select_option_block .custom_dropdown li .dropdown-item>span{
    opacity: 0.5;
}

.table_select_option_block .custom_dropdown li .dropdown-item:active{
    color: #2D2D2D !important;
}

.table_select_option_block .custom_dropdown li .dropdown-item>span:active{
    color: #2D2D2D !important;
}

.logga_ansok_foretag_modal_footer div a{
    display: block;
    float: left;
    position: relative;
}

.logga_ansok_foretag_modal_footer>div:nth-child(2)>a{
    float: right;
}

html, body {
    height: 100%;
background:linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 100%);
}


.user_detail_row>div>div{
    box-shadow: 0px 3px 16px rgba(120, 109, 173, 0.45);
}

.bottom_btn_block .bottom_button_block>button{
    -webkit-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.36);
    -moz-box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.36);
    box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.36);
}


.logga_ansok_1_btm_btn1>button:hover{
    background-color: #786DAD !important;
    border-color:#786DAD;
}

.logga_ansok_1_btm_btn2>button{
    background-color: #00C2D9 !important;
}

.logga_ansok_1_btm_btn2>button:hover{
    background-color: #007BB6 !important;
    border-color: #007BB6 !important;
}

.foretag_e_post_btn button{
    box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.36);
}

.foretag_e_post_btn button:hover{
    box-shadow: 0px 3px 16px rgba(0, 194, 217, 0.36) !important;
}

.foretag_3_side_btn_bl .button1:hover{
    /*background-color: #2D2D2D !important;*/
    /*border-color: #2D2D2D;*/
}

.foretag_3_side_btn_bl>.col-lg-12>.button2:hover{
    /*background-color: #2D2D2D !important;*/
    /*border-color: #2D2D2D;*/
}

.logga_in_modal-footer button:first-child{
    color: #2D2D2D;
    opacity: 0.6;
}

.logga_in_modal-footer button:first-child:hover{
    opacity: 1;
}

 .logga_in_modal-footer .register_btn{
     color: #007BB6 !important;
     opacity: 1;
 }

   .logga_in_modal-footer .register_btn:hover{
       color: #2D2D2D !important;
       opacity: 1;
       font-weight: 700;
   }

   .ansok_till_modal_col_logo:before{
       content: '';
       position: absolute;
       background-color: #2D2D2D;
       width: 100px;
       height: 1px;
       top: -18px;
       left: 0px;
       right: 0px;
       opacity: 0.1;
   }

   .ansok_till_modal_col_logo{
       position: relative;
       margin-top: 25px;
   }

.input_login_id > input[type="text"]{
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    opacity: 1;
}

.logga_in_modal_select_opt>div>div{
    margin: 0 auto;
}

.logga_in_modal_btn button:active{
    box-shadow: 0px 13px 16px rgba(0, 194, 217, 0.41) !important;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.logga_in_modal_btm_txt p{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.logga_in_main_block{
    background-color: rgba(46, 33, 113,0.93);
}

.logga_in_modal_btm_txt{
    position: absolute;
    bottom: 0;
    left: 0;
}

.user_detail_row>div>div{
    cursor: pointer;
}

.main_table_block>.content-wrapper{
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 100%);;
}

.foretag_2_ut_ttl h1{
    text-align: center;
    font-size: 74px;
    font-weight: 500;
    opacity: 0.6;
    color: #2D2D2D;
}

.ans_till_foretag_2_modal{
    display: block;
    background-color: rgba(191, 191, 191,0.7);
}

.ansok_till_e_post_main_modal{
    background-color: rgba(46, 33, 113,0.6);
}

.log_in_bank_id_five_main_modal{
    background-color: rgba(46, 33, 113,0.6);
}

.table_card_block>.card{
    border: unset;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.table_select_option_block .btn-group .dropdown-menu li:hover span{
    background-color:#F5F5F5;
}

.inside_dropdwn_btn_txt{
    width: 75px;
    overflow: hidden;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 600;
    opacity: unset !important;
}

.logga_in_foretag_btm_btn>button{
    width: 250px !important;
    background-color: #00C2D9 !important;
}

.logga_in_foretag_btm_btn>button:hover{
    background-color: #007BB6 !important;
}

.ans_till_fortag_2_modal .modal-body p{
    opacity: 0.7;
}
.ans_till_fortag_2_modal .modal-body p>.txt_bold{
    font-weight: 700;
}

.ans_till_fortag_2_modal .modal-body{
    padding-left: 30px;
    padding-right: 30px;
}

.ans_till_fortag_2_modal .modal-footer{
    padding-left: 30px;
    padding-right: 30px;
}

.form-switch .form-check-input:checked:hover{
    background-color: #00C2D9;
}

.logga_in_modal-footer .register_btn{
    font-weight: 700;
}

.logga_in_modal-footer .register_btn:hover{
    font-weight: 700;
}

.layout-wrapper{
    background:linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 100%);
}

.ans_till_fortag_2_modal{
    max-width: 700px;
}

.ans_till_fortag_2_modal .modal-footer a{
    font-weight: 400 !important;
}

.logga_ansok_1_btm_txt >.bottom_text{
    height: 40px;
}

.foretag_3_side_btn_bl >.col-lg-12>p{
    font-weight: 400;
}

.foretag_3_side_btn_bl>div:first-child{
    padding-bottom: 25px;
}

.foretag_3_side_btn_bl>div:nth-child(2){
    padding-bottom: 0px;
}

.tbl_wth_btn tr td:first-child{
    padding-top: 15px;
}

.bank_id_five_logo{
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: block;
}

.bank_id_five_modal_lcont{
    text-align: center;
    position: absolute;
}

.bank_id_five_modal_lcont p{
    padding-bottom: unset;
    color: #ffffff;
}

.bank_id_five_modal_lcont p:first-child{
    margin-bottom: unset;
}

.logga_in_bankid_five_f_bl>div>div:first-child{
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bank_id_five_modal_lcont{
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.bank_id_five_modal_lcont>p:first-child{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.bank_id_five_modal_lcont>p:nth-child(2){
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-top:10px;
}

.logga_in_bankid_five_f_bl{
    position: relative;
}

.logga_in_bankid_five_f_bl>div{
    height: 100%;
}

.logga_in_modal-footer>button:focus{
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

/*---------------------------*/
.custom_btn_group>button>span{
    font-family: 'Open Sans', sans-serif;
    color: #2D2D2D;
    opacity: 0.7;
    font-size: 10px;
}

.table_select_option_block button .dropdown-item{
    opacity: 1 !important;
}

.table_select_option_block .btn-outline-primary.dropdown-toggle span{
    padding-top: unset;
    padding-bottom: unset;
    padding-left: unset;
}

.table_select_option_block .btn-outline-primary.dropdown-toggle span:active{
    font-family: 'Open Sans', sans-serif;
    color: #2D2D2D !important;
    opacity: 0.5 !important;
    font-size: 14px;
}

.select_two .custom_btn_group .dropdown-item{
    overflow: hidden;
    width: 80px;
    float: left;
    padding-right: unset;
}

.custom_dropdown li span{
     width: 100% !important;
     padding-right: 10px !important;
 }
 
 .foretag_2_modal_footer>div:first-child{
    margin-right: 10px;
}


/*---------------------------*/
.logga_in_modal_block .modal-body .input_login_id{
    width: 96%;
    margin: 0 auto;
}

.logga_in_modal_block .modal-body .input_login_id>#nameWithTitle{
    height: 50px;
}

.logga_in_modal_block .modal-body .input_login_id:after{
    top: 15px;
}

.logga_in_modal_btn button{
    width: 96%;
    margin: 0 auto;
    display: block;
}

.logga_in_modal_ttl p{
    margin-bottom: 10px;
}

.logga_in_modal-footer button{
    font-weight: 500;
}

.foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(2) .form-switch{
    margin-left: 22px;
}

.foretag_tbl_w_btn .jqstb-scroll table tbody tr td:first-child{
    padding-top: 12px;
}

.ansok_foretag_1_tbl .jqstb-scroll table tbody tr td:first-child {
    padding-top: 12px;
}

.logga_ansok_1_btm_btn1 button{
    padding-left: 20px;
    padding-right: 20px;
}

.logga_ansok_1_btm_btn2 button{
    padding-left: 20px;
    padding-right: 20px;
}

.ans_till_fortag_2_modal .modal-body{
    padding-top: 60px;
}

.e_post_modal_img{
    height: 130px;
}

.e_post_modal_img p:nth-child(2){
    font-weight: 100;
}

.e_post_modal_img p:first-child{
    font-weight: 600;
}

.input_modal_fore_e_post input[type="text"]{
    border-radius: 10px;
    height: 50px;
}

.fore_e_post_ttl{
    padding-bottom: 15px;
}

.logga_in_modal_select_opt{
    padding-bottom: 15px;
}

.fore_e_post_ttl:before{
    top:38px;
}

.logga_in_bankid_five .col-lg-6:nth-child(2) .row:nth-child(2)>.logga_in_modal_ttl>p{
		margin-bottom:20px;
}

.logga_in_bankid_five .logga_in_modal_main_ttl p{
        margin-bottom: 10px;
        margin-top: 18px;
}

.bank_id_5_select_opt{
    /*width:70%;*/
}

#person_name{
     min-width: 275px;
    max-width: 345px;
    transition: width 0.25s;   
}


/*RESPONSIVE MEDIA QUERIES*/
@media (max-width : 575px){
    .logga_in_modal_block{
        width: auto !important;
    }

    .logga_in_modal_btn button:after{
        right: unset;
    }

    .table_select_option_block{
        height: 100%;
        padding-bottom: 20px;
    }
    .table_select_option_block>.select_one{
        top: unset;
        transform: unset;
    }

    .table_select_option_block>.select_two{
        top: unset;
        transform: unset;
        padding-left: unset;
    }

    .table_select_option_block>div>p{
        width: 100% !important;
    }

    .table_select_option_row{
        display: block;
        float: left;
        position: relative;
        height: 100%;
    }

    .table_select_option_row>div{
        display: block;
        float: left;
        position: relative;
        height: 100%;
    }

    .bottom_btn_block .btm_btn_block_color_img{
        width:90px;
    }

    .table_block{
        width: 100%;
        padding-left: unset;
        padding-right: unset;
        margin-left: unset;
        margin-right: unset;
    }

    .table_select_option_row>div {
        display: block;
        float: left;
        position: relative;
        height: 100%;
    }

    .table_card_block{
        padding-left: unset;
        padding-right: unset;
    }

    .ans_till_fortag_modal>.modal-content{
        flex: 1;
        margin-left: unset;
        margin-right: unset;
    }

    .ans_till_modal{

        margin: 0 auto;
        position: relative;
    }

    .main_table_sub_ttl{
        width: 100%;
    }

    .logga_ansok_1_bottom>div>div{
        padding-bottom: 20px;
    }
    
    .logga_ansok_1_btm_txt>p{
        display: block !important;
        float: left;
        height: unset;
    }

    .logga_ansok_1_btm_btn1 button{
        float: left !important;
    }

    .logga_ansok_1_btm_btn2 button{
        float: right;
    }

    .logga_ansok_1_btm_txt{
        padding-bottom: 20px;
    }

    .logga_ansok_1_bottom .button1{
        font-size: 9px;
    }

    .logga_ansok_1_bottom .button2{
        font-size: 9px;
    }

    .logga_in_bankid_five>div:first-child{
        height: 250px;
    }

    .ans_till_fortag_2_modal{
        margin: unset;
    }

    .ans_till_fortag_modal .modal-footer>div a{
        font-size: 10px;
    }

    .logga_in_bankid_five>div:nth-child(2){
        padding-top: 20px;
    }

    .logga_ansok_1_btm_btn1 button{
        width: 100%;
    }

    .logga_ansok_1_btm_btn1{
        padding-bottom: 20px;
    }

    .logga_ansok_1_btm_btn2 button{
        width: 100%;
    }

    .log_in_mod_bankid_five_outer{
        height: 712px;
    }

    .log_in_bank_id_five_main_modal>.logga_in_modal_btm_txt{
        bottom: -62px;
    }
    
    .logga_in_modal_btm_txt{
        left: -15px;
    }
    
     .foretag_2_modal_footer>div:first-child{
        margin-right: 10px;
    }
    
     .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(2) .form-switch{
        margin-left: 22px;
    }

    .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(3) .form-switch{
        margin-left: 32px;
    }

    .foretag_tbl_w_btn >.card>div>.jqstb-header-scroll{
        width: 100% !important;
    }

    .foretag_tbl_w_btn >.card>div>.jqstb-scroll{
        width: 100% !important;
    }

    .foretag_tbl_w_btn .jqstb-scroll table thead tr th{
        padding-left: 18px;
    }

    .logga_in_foretag_btm_btn button{
        width: 100% !important;
    }

    .logga_in_foretag_btm_btn{
        padding-bottom: 20px;
    }
    
    .foretag_2_ut_ttl h1{
        width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 54px;
    }
    
    .log_in_bank_id_five_main_modal{
        height:100%;
    }
    
    .log_in_mod_bankid_five_outer {
            height: 790px !important;
        }
        
        .log_in_bank_id_five_main_modal>.logga_in_modal_btm_txt {
    bottom: -138px;
}

.logga_in_bankid_five>div:nth-child(2){
    padding-left:unset;
    padding-right:unset;
}

.bank_id_5_select_opt{
    height:27px;
}

.logga_in_modal_select_opt{
    width:275px !important;
}

#person_detail_bl{
    padding-right:10px;
}

#person_name{
      width: 100%;
    max-width: 100%;
    min-width: 100%;
}
    

}

@media (min-width : 576px) and (max-width : 767px){

.foretag_3_side_btn_bl>.col-lg-12:first-child>p{
    justify-content:left;
}

}



@media (min-width : 576px) and (max-width : 767px) and (orientation : landscape) {
    .table_select_option_block{
        height: 100%;
        padding-bottom: 20px;
        width: 100%;
    }
    .table_select_option_block>.select_one{
        top: unset;
        transform: unset;
    }

    .table_select_option_block>.select_two{
        top: unset;
        transform: unset;
        padding-left: unset;
    }

    .table_select_option_block>div>p{
        width: 100% !important;
    }

    .table_select_option_row{
        display: block;
        float: left;
        position: relative;
        height: 100%;
        width: 100%;
        margin-left: unset;
        margin-right: unset;
    }

    .table_select_option_row>div{
        display: block;
        float: left;
        position: relative;
        height: 100%;
        padding-left: unset;
        padding-right: unset;
    }

    /*------------------*/
    .logga_ansok_1_bottom>div>div{
        padding-bottom: 20px;
    }

    .logga_ansok_1_btm_txt>p{
        display: block !important;
        float: left;
        height: unset;
    }

    .logga_ansok_1_btm_btn1 button{
        float: left !important;
    }

    .logga_ansok_1_btm_btn2 button{
        float: right;
    }

    .logga_ansok_1_btm_txt{
        padding-bottom: 20px;
    }

    .logga_ansok_1_bottom .button1{
        font-size: 9px;
    }

    .logga_ansok_1_bottom .button2{
        font-size: 9px;
    }

    .logga_in_bankid_five>div:first-child{
        height: 315px;
    }

    .logga_in_bankid_five>div:nth-child(2){
        padding-top: 20px;
    }

    .ans_till_fortag_modal .modal-footer>div a{
        font-size: 10px;
    }

    .ans_till_fortag_2_modal{
        width: 80%;
    }

    .logga_in_modal_btm_txt{
        position: relative;
    }

    .logga_ansok_1_btm_btn1{
        width: 172px;
    }

    .logga_ansok_1_btm_btn2{
        width: 240px;
    }

    .ans_till_fortag_2_modal>.modal-content{
        margin-left: unset;
        margin-right: unset;
    }

    .log_in_mod_bankid_five_outer{
        width: 80% !important;
    }
    
    /*---------------*/
     .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(2) .form-switch{
        margin-left: 22px;
    }

    .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(3) .form-switch{
        padding-left: 28px;
    }

    .logga_ansok_1_btm_btn1{
        width: 200px;
    }
    
    .log_in_mod_bankid_five_outer{
        width:384px !important;
    }
}


@media  (min-width : 768px)  and (max-width: 991px){
    .logga_in_modal_block{
        width: auto !important;
    }

    .logga_in_modal_btn button:after{
        right: unset;
    }

    .table_select_option_block{
        height: 100%;
        padding-bottom: 20px;
        width: 100%;
    }

    .table_select_option_block>.select_one{
        top: unset;
        transform: unset;
    }

    .table_select_option_block>.select_two{
        top: unset;
        transform: unset;
        padding-left: unset;
    }

    .table_select_option_block>div>p{
        width: 100% !important;
    }

    .table_select_option_row{
        display: block;
        float: left;
        position: relative;
        height: 100%;
        width: 100%;
        margin-left: unset;
        margin-right: unset;
    }

    .table_select_option_row>div{
        display: block;
        float: left;
        position: relative;
        height: 100%;
    }

    .bottom_btn_block .btm_btn_block_color_img{
        width:90px;
    }

    .table_block{
        width: 100%;
        padding-left: unset;
        padding-right: unset;
        margin-left: unset;
        margin-right: unset;
    }

    .table_select_option_row>div {
        display: block;
        float: left;
        position: relative;
        height: 100%;
        padding-left: unset;
        padding-right: unset;
    }

    .table_card_block{
        padding-left: unset;
        padding-right: unset;
    }

    /*-------------------------------*/

    .logga_ansok_1_bottom>div>div{
        padding-bottom: 20px;
    }

    .logga_ansok_1_btm_txt>p{
        display: block !important;
        float: left;
        height: unset;
    }

    .logga_ansok_1_btm_btn1 button{
        float: left !important;
    }

    .logga_ansok_1_btm_btn2 button{
        float: right;
    }

    .logga_ansok_1_btm_txt{
        padding-bottom: 20px;
    }

    .logga_ansok_1_bottom .button1{
        font-size: 9px;
    }

    .logga_ansok_1_bottom .button2{
        font-size: 9px;
    }

    .logga_in_bankid_five>div:first-child{
        height: 315px;
    }

    .logga_in_bankid_five>div:nth-child(2){
        padding-top: 20px;
    }

    .ans_till_fortag_2_modal>.modal-content{
        margin-left: unset;
        margin-right: unset;
    }

    .log_in_mod_bankid_five_outer{
        width: 80% !important;
    }
    
     .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(2) .form-switch{
        margin-left: 22px;
    }
    
    .foretag_3_side_btn_bl>.col-lg-12:first-child>p{
    justify-content:left;
}

 .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(3) .form-switch{
        padding-left: 28px;
    }
    
    
}

@media  (min-width : 768px)  and (max-width: 991px) and (orientation: landscape){


}


@media (min-width : 992px) and (max-width: 1024px){
.select_one>.btn-group{
    width: 60%;
}
    .logga_ansok_1_bottom>div>div{
        padding-bottom: 20px;
    }

    .logga_ansok_1_btm_txt>p{
        display: block !important;
        float: left;
        height: unset;
    }

    .logga_ansok_1_btm_btn1 button{
        float: left !important;
    }

    .logga_ansok_1_btm_btn2 button{
        float: right;
    }

    .logga_ansok_1_btm_txt{
        padding-bottom: 20px;
    }

    .logga_ansok_1_bottom .button1{
        font-size: 9px;
    }

    .logga_ansok_1_bottom .button2{
        font-size: 9px;
    }

    .logga_ansok_1_btm_btn1>button{
        float: right;
    }

    .logga_ansok_1_btm_btn1>button{
        float: right !important;
    }

    .ans_till_fortag_2_modal>.modal-content{
        margin-left: unset;
        margin-right: unset;
    }
    
    .foretag_2_modal_footer>div:first-child {
        margin-right: 20px;
    }
    
     .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(2) .form-switch{
        margin-left: 22px;
    }
    
    .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(3) .form-switch{
        padding-left: 28px;
    }
    
      #person_name{
            width: 200px;
            min-width:200px;
            max-width:230px;
    }
    
   
    
}

@media (min-width : 992px) and (max-width: 1024px) and (orientation: landscape){
    .logga_ansok_1_bottom>div>div{
        padding-bottom: 20px;
    }

    .logga_ansok_1_btm_txt>p{
        display: block !important;
        float: left;
        height: unset;
    }

    .logga_ansok_1_btm_btn1 button{
        float: left !important;
    }

    .logga_ansok_1_btm_btn2 button{
        float: right;
    }

    .logga_ansok_1_btm_txt{
        padding-bottom: 20px;
    }

    .logga_ansok_1_bottom .button1{
        font-size: 9px;
    }

    .logga_ansok_1_bottom .button2{
        font-size: 9px;
    }

    .logga_ansok_1_btm_btn1>button{
        float: right !important;
    }

    .ans_till_fortag_2_modal >.modal-content{
        margin-left: unset;
        margin-right: unset;
    }
    
    .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(2) .form-switch{
        margin-left: 22px;
    }
    
    .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(3) .form-switch{
        padding-left: 28px;
    }
    
     #person_name{
            width: 200px;
            min-width:200px;
            max-width:230px;
    }

}

@media (min-width : 1025px) and (max-width: 1400px){
    .ans_till_fortag_2_modal>.modal-content{
        margin-left: unset;
        margin-right: unset;
    }
    
    .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(3) .form-switch{
        padding-left: 28px;
    }
}

@media (min-width : 1400px) {
    .ans_till_fortag_2_modal>.modal-content{
        margin-left: unset;
        margin-right: unset;
    }
    
    .foretag_tbl_w_btn .jqstb-scroll table tbody tr td:nth-child(3) .form-switch{
        padding-left: 28px;
    }
}
