/*--------------------
------ common -------*/
@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-Light.ttf')  format('truetype');
    font-weight: 100;
}
@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-Regular.ttf')  format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-SemiBold.ttf')  format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'edawardian';
    src: url('../assets/fonts/edawrdian/edawardian.ttf')  format('truetype');
    font-weight: normal;
}

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


  /* suspension field  tabs styles */

  ul {
    list-style: none;
  }
  
  .tab-switcher {
    display: inline-block;
    cursor: pointer;
    margin-right: 25px;
  }

  /* End suspension field styles */
  
  .form-group:has(.error) .row input {
    border-color: #e20a0a !important;
  }
  .form-group:has(.error) .row select {
    border-color: #e20a0a !important;
  }
  

/*-------------------
------ common -------
--------------------*/
body{
    font-size: 14px;
    /* overflow: hidden; */
    font-family: arial;
    animation: fadeIn 1.5s ;
}
body:not(.Authentication-page) {
    overflow: hidden;
}
body:not(.Authentication-page) .box-login{
    overflow-y: auto;
}
.Authentication-page .footer{
    bottom: 0;
    top: inherit;
}
.Authentication-page  .footer:after{
    bottom: 0
}
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
a{
    color: #575757;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #323777;
}

/* padding */
.no-padding{
    padding: 0;
}

/* color */
.color-light{
    color: #a23335;
}

.diagram_table input{
    border-color: #e20a0a !important;
    width:25%;
}


/*-----------------------
-------- BUTTON -------
------------------------*/
.min-width {
    min-width: 170px;
}
.btn:active{
    position: relative;
    top: 3px;
}
.btn:focus{
    box-shadow: none;
}
/* button primary */
.btn-cust-primary, .btn-primary {
    background-color: #323777 !important;
    border-color: #323777 !important;
    color: #fff !important;
    opacity: 0.92;
}
.btn-cust-primary:hover, .btn-primary:hover{
    box-shadow: 0px 8px 8px -3px #323776ad !important;
    opacity: 1 !important;
}
.font-button {
    font-family: edawardian;
    font-size: 4em;
    line-height: 40px;
    font-weight: 600;
    color: #a23335;
}

/* button primary */
.btn-secondary-cust , .btn-secondary{
    background-color: #943133 !important;
    border-color: #943133 !important;
    color: #fff !important;
    width: 100px;
}
.btn-secondary-cust:hover, .btn-secondary:hover {
    background-color: #892f31 !important;
    box-shadow: 0px 3px 4px 0px #8a2f31 !important;
}
.btn-secondary-cust:focus, .btn-secondary:focus {
    outline: 0 !important;
}
.btn-outline-1{
    border-color: #323777;
    background-color: #fff;
    color: #323777;
}
.btn-outline-1:hover{
    background-color: #323777;
    color: #ffffff;
}
/* icon-button */
.icon-btn {
    color: #454eab;
    font-size: 18px;
    padding: 3px 9px;
    position: relative;
}
.icon-btn:hover{
    color: #943133;
}
.icon-btn:active::after{
    width: 40px;
    height: 40px;
    transition: .3s;
}
.icon-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #353b7a4f;
    z-index: -1;
    border-radius: 100px;
    transition: .3s;
}

/* page heading */
h1.page-heading{
    color: #b14042;
    font-size: 2.2em;
    margin-bottom: 15px;
    font-weight: 400;
}


/* custom scrollbar */
body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

body::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: rgb(77, 83, 156);
}


/*------------------------
---------- Card ----------
------------------------*/
.card {
    box-shadow: 0px 0px 9px -1px #d4d0d0;
    border: 0;
    border-radius: 10px;
}


/*------------------------
---------- Form ----------
------------------------*/
.form-control-style1 {
    width: 100%;
    background: transparent;
    border: 0;
}
input[type="password"] {
    font-size: 24px;
    letter-spacing: 4px;
    color: #414682;
    font-family: sans-serif;
}
.password-toggle input[type="text"]{
    letter-spacing: 4px;
    font-size: 19px;
}
.form-control-cust {
    background-color: #f5f5f5;
    border: 0;
    width: 100%;
    padding: 11px;
}
.form-control-cust:focus {
    outline: 0;
    background-color: #eae0e0;
}
@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
/* .password-label-eye:after {
    content: '';
    background-image: url(../assets/icons/eye.svg);
    background-size: contain;
    cursor: pointer;
    background: #414682;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 6px;
    top: 6px;
} */
.password-eye-label {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.password-eye-label img{
    width: 30px;
}



/*-----------------------------------
-------- floating-Lable style -------
------------------------------------*/
.form-group{
    margin-bottom: 20px;
}
.floating-label input, .floating-label select{
    padding-bottom: 0;
}
.floating-label { 
    position:relative; 
    /* margin-bottom:20px;  */
    /* border: 1px solid #323777; */
    border-radius: 7px;
}
.floating-input , .floating-select {
    font-size:14px;
    padding:5px 12px;
    display:block;
    width:100%;
    height:40px;
    background-color: transparent;
    /* border:none; */
    border: 1px solid #0415fc;
    border-radius: 7px;
    /* border-bottom:1px solid #757575; */
}
.floating-input:focus{
    outline: 0;
} 
/* .floating-label label {
    color:#999; 
    font-size:14px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left: 13px;
    top:10px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
    background: #fff;
    margin: 0;
    padding: 1px 5px;
} */
.floating-label label{
    margin: 0;
    position: relative;
    display: block;
    width: fit-content;
    margin-top: -20px;
    top: 11px;
    left: 8px;
    background-color: #fff;
    padding: 0 10px;
    color: #424782;
}
/* .floating-input ~ label
, .floating-input:not(:placeholder-shown) ~ label 
{
    top:-10px;
    font-size:14px;
    color:#5264AE;
}
.floating-select:focus ~ label 
, .floating-select:not([value=""]):valid ~ label {
    top:-18px;
    font-size:14px;
    color:#5264AE;
} */
.floating-textarea {
    min-height: 30px;
    max-height: 260px; 
    overflow-x: hidden; 
}
  
/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}
/* animation */
@-webkit-keyframes inputHighlighter {
    from { 
        background:#5264AE; 
    }
    to 	{ 
        width:0; background:transparent; 
    }
}
@-moz-keyframes inputHighlighter {
    from { 
        background:#5264AE; 
    }
    to 	{ 
        width:0; background:transparent; 
    }
}
@keyframes inputHighlighter {
    from { 
        background:#5264AE; 
    }
    to 	{ 
        width:0; background:transparent; 
    }
}


/*-----------------------
-------- Table -------
------------------------*/
.table-headcolor th{
    color: #b14042;
}
.table-cust tr {
    border-bottom: 1px solid;
}

/*-----------------------
-------- Auth Page -------
------------------------*/
.form-col{
    display: flex;
    align-items: center;
}
.auth-page-row{
    /* height: calc(100vh - 6vh); */

    height: 100vh;
    width: 100%;
}
.auth-bg-col {
   
    background-position: center bottom;
    animation: zoomCust  alternate  12s  forwards;
    
    
}
@keyframes zoomCust{
    0%{
        background-size: 105%;
    }
    100%{
        background-size: 100%;
    }
}
.box-login {
    width: 100%;
    padding: 2em;
}
.logo-box img {
    width: 19em;
}



/*---------------------
-------- Sidebar -------
---------------------*/
.main-sidebar.sidebar {
    height: 89vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 15%;
    position: fixed;
}
.sidebar-logo {
    padding: 1.5em;
}
.main-sidebar ul {
    padding: 0;
    list-style-type: none;
}
.main-sidebar ul li.menu-item .menu-link {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 17px;
    color: #000;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.main-sidebar ul li.menu-item .menu-link {
    margin-bottom: 3px;
}
.main-sidebar ul li.menu-item .menu-link:hover{
    background-color: #353b79;
    color: #fff;
    position: relative;
}
.main-sidebar ul li.menu-item .menu-link:hover .menu-icon{
    filter: invert(1);
}
.main-sidebar ul li.menu-item.active .menu-link {
    background-color: #353b79;
    color: #fff;
}
.main-sidebar ul li.menu-item img.menu-icon{
    width: 25px;
    margin-right: 5px;
}
.main-sidebar ul li.menu-item.active img.menu-icon {
    filter: invert(1);
}


/*------------------------------------------------------------------------
----------------------------- Main Content -------------------------------
--------------------------------------------------------------------------*/
.right-main-content {
    min-height: 89vh;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
}
.right-main-content {
    /* height: 82vh; */
    /* margin-left: 15%; */
    /* margin-top: 2vh; */
    /* margin-bottom: 5vh; */
    padding: 4em;
    padding-top: 2em;
    padding-bottom: 0;
}


/*---------------------
-------- Footer -------
---------------------*/
.footer {
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    color: #fff;
    position: relative;
    height: 13vh;
    top: -46px;
    background-image: url(../assets/img/onshorerig-shape.png);
    background-size: cover;
    background-position: top;
}
.footer > div{
    position: relative;
    z-index: 1;
    top: 20px;
}

/* onshore */
.footer.onshore {
    /* background-color: #000000; */
    background-image: url(../assets/img/onshorerig-shape.png);
}
.footer.onshore:after{
    /* background-image: url(../assets/img/onshorerig-shape.png); */
}

/* offshore */
.footer.offshore {
    /* background-color: #3b499f; */
    background-image: url(../assets/img/off-shorerig-shape.png);
}
.footer.offshore:after{
    /* background-image: url(../assets/img/off-shorerig-shape.png); */
}

.footer:after{
    content: '';
    position: absolute;
    left: 0;
    /* bottom: 51%; */
    width: 100%;
    height: 100px;
}


.table-input{
  
    height: 100%;
}

.input-bottom-only {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
    width:70%;
  }

  .input-bottom-only1 {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid black;
    width: 80px;
  }

  .input-bottom-only:focus,.select2-container--default .select2-selection--single  .select2-selection__rendered:focus{
    color: #960404;
    border-bottom: 2px solid #960404;
  }

  /* Select2 */
  .select2-container--default .select2-selection--single{
      border-bottom:2px solid black ;
      border-top:0 !important;
      border-left:0 !important;border-right:0 !important;
      width:70%;
  }

  .select2-container--default:focus{
      border-bottom: 2px solid #f00
  }
    select + .select2-container--default .select2-selection--single:focus, select + .select2-container--default .select2-selection--single[aria-expanded="true"]{
    border-bottom:2px solid #960404 !important;
    outline: 0;
  }
  select + .select2-container--default .select2-selection--single:focus span, select + .select2-container--default .select2-selection--single[aria-expanded="true"] span{
    color: #960404;
  }

  select, .input-select-two {
      border-radius: 0 !important;
  }
  select + .select2-container--default .select2-selection--single {
    border: 2px solid #000;
    border-radius: 0px;
    position: relative;
}

.legent-font{
    font-size:10px;
}


.table-wrapper .table th, .table-wrapper .table td{
    border: 1px solid #cccccc52 !important;
}



/*------ table action ------------*/
.plus_minus {
    background: #f3f3f3;
    /* color: #fff; */
    border-radius: 100px;
    transform: scale(.9);
}
.plus_minus:hover {
    background: #c00d07;
    color: #fff !important;
}

.tooltip_box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
    background: #ffffff;
    border: 1px solid #c30000;
    padding: 1px 10px;
    color: #c30000;
    border-radius: 4px; 
    display: none;
    width: 128px;
}
.plus_minus_wrapper{
    position: relative;
    vertical-align: middle !important;
    /* width: 300px;
    min-width: 180px; */
}



.swal2-container.swal2-center>.swal2-popup{
    border: 1px solid #9e0303;
    border-radius: 0px;
    max-width: 670px;
    width: 100%;
    text-align: left;
}

.swal2-container.swal2-center>.swal2-popup .swal2-title {
    text-align: left;
    font-size: 16px !important;
    font-weight: 200;
    color: #9e0303;
}
.swal2-container.swal2-center>.swal2-popup {
    padding: 10px;
    padding-left: 58px;
}
.swal2-container.swal2-center>.swal2-popup .swal2-actions button {
    color: #ccc !important;
    background: transparent !important;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.rmk_row{
    border: 0px;
    font-size: 12px !important;
    width:100% !important;
    font-family:"Arial" !important;   
}

.txt_width
{
    width:80% !important;
}

.wdth_unset{

    width:auto  !important;

}


.swal2-container.swal2-center>.swal2-popup .swal2-actions button:focus{
    box-shadow: none;
}
.swal2-container.swal2-center>.swal2-popup .swal2-actions button:hover{
    color: rgb(168, 16, 16) !important;
}
.swal2-styled.swal2-confirm:focus{
    box-shadow: none;
}
.swal2-container.swal2-center>.swal2-popup .swal2-actions {
    margin-top: 8px;
}

.swal2-popup.swal2-modal.animate__animated.animate__fadeInDown:after {
    content: '\f05a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    font-size: 52px;
}

/* Drilling accordion */
.drilling_accordion:nth-of-type(1){
    margin-top: 20px;
}
.drilling_accordion .card {
    border: 1px solid #ccc;
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 6px;
}
.drilling_accordion .card-header {
    background: transparent;
    box-shadow: none;
    border-bottom: 0;
    padding: 0;
}
.drilling_accordion .card-header button{
    color: #444;
    text-decoration: none;
    width: 100%;
    text-align: left;
}
.drilling_accordion .card-header button:hover {
    background: #efefef;
}
.drilling_accordion .card-body {
    padding: 14px;
    padding-top: 3px;
}
.drilling_accordion .accordion_open button{
    color: #b6191a;
}

/* custom radio button */
.custom_radio_button input{
    opacity: 0;
}
.custom_radio_button input:checked + label{
    color: rgb(184 25 33);
}
.custom_radio_button label{
    cursor: pointer;
}



.rmk_field{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 0.1px solid rgb(70, 69, 69);
    width:100%;
  }


  .ver_field{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 0.1px solid rgb(70, 69, 69);
    width:100px !important;
  }

  .nextButton img{
      width: 30px;
  }

  .nextButton{
    background-color: #94313300 !important;
    border: 1px solid;
    color: #656464 !important;
    width: 100% !important;
    max-width: 180px;
    font-weight: bold;
    font-size: 20px;
    margin-top:50px;
    } 
    .nextButton:hover{
        color: #cd2d0e !important;
    }
    
    .primary_barriers_head_tag{
        color: blue
    }

    .values_have_primary #headingOne .mb-0 button{
        color: blue  !important;
        font-weight: bold;
    }


    .values_have #headingOne .mb-0 button{
        color: rgb(184 25 33)  !important;
        font-weight: bold;
    }
   
    .next-btn-ui{
        padding-left: 150px !important;
        margin-top: 0px !important;
    }
    .pd-lft{
        padding-left: 80px !important;
    }
    .pd-rght{
        float: right;
    padding-right: 80px !important;
    }

    .papper_plan{
        width: 30px;
        margin-left: 350px  !important;
        margin-top: 50px  !important;
    }
    .center_line_corection{
        width: auto !important;
    }
    .center_line_corection::after{
        left: 22% !important;
    }
    .line-2-after::after{
        left: 48% !important;
    }
.page_control{
    width: auto !important;
}
.page_control   .nextPrevious{
    position: relative;
}
.page_control:after{
  content: none !important;
}
.page_control   .nextPrevious:after{
    width: 2px;
    background: black;
    content: '';
    height: 83%;
    position: absolute;
    top: 50%;
    left: 120% !important;
    transform: translate(-50%,-50%);
}
.sub_header_diagram{
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}
.sub_header_diagram > div{
    color: #b6191a;
}
.sub_header_diagram > div:nth-child(2){
    text-align: center
}

.plane img:hover {
       
filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate( 
    397deg) brightness(94%) contrast(123%);
        border-color: transparent !important;
    cursor: pointer;
}




#textarea_box {
    border-bottom: 1px solid;
    resize: none;
}


textarea.note {
    width: 100%;
    box-sizing: border-box;
    /* direction: rtl; */
    display: block;
    max-width: 111%;
    line-height: 1.5;
    padding: 5px 5px 5px;
    border-radius: 3px;
    border: 0px solid #F7E98D;
    font: 13px Tahoma, cursive;
    transition: box-shadow 0.5s ease;
    /* box-shadow: 0 4px 6px rgb(0 0 0 / 10%); */
    /* background: linear-gradient(#F9EFAF, #F7E98D); */
    /* background: -webkit-linear-gradient(#F9EFAF, #F7E98D); */
}


.tooltip > .tooltip-inner  {background-color: #bc191a;}
.tooltip .arrow:before{
  border-top-color: #bc191a !important;
}

.suspension_dropdown
{
    margin:auto;
    width:21% !important;
}

.suspension_input{
    width:21% !important;
    border-bottom: 0.1px solid rgb(29, 28, 28);
    border-color: rgb(41, 40, 40) !important;
}


.suspension_Bridge_table{
    margin:auto !important;
    width:40% !important;
    border-bottom: 0.1px solid rgb(29, 28, 28);
    border-color: rgb(41, 40, 40) !important;
}

.suspension_Bridge{
    margin:auto !important;
    width:40% !important;
}


.suspension_save{
    margin-left:60% !important;
   
}

.table_suspension {
    border-bottom:0px !important;
}

/* .table_suspension th, .table td {
    border: 1px !important;
} */

#table_suspension_table th, #table_suspension_table .table td {
    border: 0px !important;
}


 
#table_suspension_table .table th, .table td {
    border-top: 0px !important;
}

#table_suspension_table .table thead th{
border-bottom: 0px !important;
border-top: 0px !important;

}

.table_radio_button{
display: flex;
align-items: flex-start;
justify-content: left;
}






/* .loginPage .table-bordered .table th, .table-bordered .table td {
    border: 1px solid #cccccc52 !important;
} */





