body {
    background-color: #eaeef2;
}

header {
    background-color: #fff;
    padding: 9px 25px;
    width: 100%;
    display: inline-flex;
    border-bottom: 1px solid #08080800;
    box-shadow: 0px 5px 5px #2b2b2b1a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

header .logo img {
    height: 55px;
    float: left;
}

header .right-menu {
    float: right;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    position: relative;
}

header .right-menu li{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
}

header .right-menu li a{
    text-decoration: none;
    font-size: 15px;
}

header .add-baot {
    background-color: #f8a41d;
    color: #fff;
    padding: 15px 17px;
    border-radius: 12px;
}

#login-register-nav {
    display: none;
    background-color: #f1f1f1;
    position: absolute;
    right: 0;
    top: 45px;
    width: 280px;
    border-radius: 12px;
    padding: 15px;
    margin: 0;

}

#login-register-nav li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#login-register-nav li a{
    text-decoration: none;
    color: #4e4e4e;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    padding: 8px 5px;
    font-weight: 500;
    font-size: 14px;
}

#login-register-nav li:last-child a{
    border-bottom: 0px solid #ccc;
}

body.login-back-image {

    background-color: #ccc;
    width: 100%;
    background-image: url("../img/captain.jpg");
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.search-slide {
    padding: 250px 0px;
    background-color: transparent;
    width: 100%;
}

.search-area {
    background-color: #fbfbfb;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px #31313175;
}

.search-area input {
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    padding: .75rem 1rem;
    border: .0625rem solid #cccccc52;
    max-height: 3rem;
    margin-top: 8px;
    outline: 0;
}

.search-area h3 {
    width: 100%;
    color: #4e4e4e;
    font-size: 23px;
    font-weight: bold;
    line-height: 33px;
}

.search-area p {
    width: 100%;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0;
}

.search-area p b {
    font-weight: bold;
}

.search-area button {
    font-weight: 600;
    float: right;
    margin-top: 15px;
    border: 0px;
    background-color: #f8a41d;
    color: #fff;
    padding: 8px 40px;
    font-size: 18px;
    border-radius: 5px;
}

.search-area .yatiligunubirlik-btn {
    width: 100%;
    background-color: #eeeeee;
    margin: 0;
    display: inline-block;
    padding: 7px;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: -4px;
}

.search-area .yatiligunubirlik-btn li {
    width: 50%;
    float: left;
    padding: 0px;
    list-style: none;
    margin: 0;
}

.search-area .yatiligunubirlik-btn li a{
    background-color: transparent;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
    color: #3c3c3c;
    font-weight: 500;
    border-radius: 5px;
    font-size: 15px;
}

.search-area .yatiligunubirlik-btn li a.active {
    background-color: orange;
    color: #fff;
}

.search-area label {
    font-weight: 500;
    color: #585858;
    margin-top: 14px;
    font-size: 15px;
    margin-bottom: -1px;
    display: block;
}

.add-baot-area {
    padding-top: 135px;
}

.add-baot-area .uye-ztn {
    background-image: url("https://teknetatili.com/front_assets/img/slider.jpg");
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 20px 25px;
    color: #fff;
}


.add-baot-area .uye-ztn h5{
    color: #fff;
    font-size: 22px;
    margin-bottom: 9px;
    margin-top: 10px;
}

.add-baot-area .uye-ztn p{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
}

.add-baot-area .uye-ztn span{
    color: #fff;
}

.add-baot-area .uye-ztn a {
    color: #fff;
    display: table;
    background-color: #17a9d0;
    text-decoration: none;
    padding: 9px 35px;
    border-radius: 31px;
    font-size: 15px;
    margin-top: 9px;
}

.captain-register-form h4 {
    color: #17a9d0;
    font-size: 17px;
    margin-top: 35px;
    font-weight: bold;
    border-bottom: 1px solid #17a9d0;
    padding-bottom: 9px;
    margin-bottom: 0;
    text-align: left;
}

.captain-register-form .form-group label {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: #6a7580;
    font-size: 16px;
    font-weight: 400;
}

.captain-register-form .form-group input, .captain-register-form .form-group select {
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    padding: .75rem 1rem;
    border: .0625rem solid #cccccc52;
    max-height: 3rem;
    margin-top: 8px;
    outline: 0;
}


.captain-register-form .form-group textarea {
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    padding: .75rem 1rem;
    border: .0625rem solid #cccccc52;
    max-height: 3rem;
    margin-top: 8px;
    outline: 0;
    min-height: 180px;
}

.captain-register-form  .register-btn {
    color: white;
    background-color: #f8a41d;
    border: 0;
    float: right;
    margin-top: 25px;
    padding: 10px 35px;
    border-radius: 5px;
}



.user-login-register-area input {
    width: 100%;
    margin-bottom: 15px;
    outline: 0 !important;
    box-shadow: none;
    border: 2px solid #cccccc91 !important;
    padding: 11px 8px;
    background-color: #ffffffa6 !important;
    outline: 0;
}

.user-login-register-area input:focus {
    width: 100%;
    margin-bottom: 15px;
    outline: 0 !important;
    box-shadow: none;
    border: 2px solid #17a9d0 !important;
    padding: 11px 8px;
    background-color: #ffffffa6 !important;
    outline: 0;
}

.user-login-register-area .login-btn {
    background-color: #f8a41d;
    width: 100%;
    border: 0px;
    padding: 11px 6px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    outline: 0;
    box-shadow: none;
}

.user-login-register-area h5 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    margin-top: 125px;
}

.user-login-register-area .card-body {
    margin-top: 65px;
}

.user-login-register-area .remember-me input {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
}

.user-login-register-area .remember-me label {
    width: auto;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
    color: #3c3c3c;
}

.user-login-register-area  .sifremi-unuttum {
    text-decoration: none;
    float: right;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 16px;
    color: #17a9d0;
    text-align: right;
    outline: 0;
}
.user-login-register-area  .sifremi-unuttum:focus, .user-login-register-area  .sifremi-unuttum:hover, .user-login-register-area  .sifremi-unuttum:active {
    box-shadow: none;
    outline: 0;
}

.user-login-register-area .hemen-kaydon-btn {
    text-align: center;
    margin-top: 26px;
    font-size: 17px;
    font-weight: 300;
}

.user-login-register-area .hemen-kaydon-btn a {
    color: #17a9d0;
    font-weight: 500;
    text-decoration: none;
}

section {
    padding-bottom: 45px;
}

.ana-nav-btn {
    margin-top: 100px;
}

.nav-bar-kaptan a.nav-btn-df {
    width: 100%;
    background-color: #0d76bc;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 18px;
    text-decoration: none;
    padding: 45px 0px;
    border-radius: 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    transition: all 500ms;
}

.nav-bar-kaptan a.nav-btn-df span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    font-size: 14px;
    font-weight: 300;
}


.nav-bar-kaptan a.nav-btn-df:hover {
    background-color: #f8a41d;
    transition: all 500ms;
}


.nav-bar-kaptan a.nav-btn-df svg {
    fill: #fff;
}

.ana-nav-btn .mobile-menu {
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 200px;
    outline: 0;
    box-shadow: none !important;
    border: 0px;
    background-color: #f8a41d;
    width: 106px;
    height: 51px;
    padding-top: 10px;
}


.partner-index {
    margin-top: 35px;
}

.partner-index .card-df {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid red;
}

.partner-index .card-df h5 {
    margin-bottom: 10px;
    font-size: 18px;
}

.partner-index .card-df p {
    margin: 0px;
    padding: 0px;
    font-size: 23px;
    font-weight: 700;
    color: #525252;
}


.partner-index .row .col-md-3:nth-child(1) .card-df {
    border-color:  #4e73df;
}

.partner-index .row .col-md-3:nth-child(2) .card-df {
    border-color:  #1cc88a;
}

.partner-index .row .col-md-3:nth-child(3) .card-df {
    border-color:  #36b9cc;
}

.partner-index .row .col-md-3:nth-child(4) .card-df {
    border-color:  #f6c23e;
}

.partner-index .row .col-md-3:nth-child(1) .card-df h5 {
    color:  #4e73df;
}

.partner-index .row .col-md-3:nth-child(2) .card-df h5 {
    color:  #1cc88a;
}

.partner-index .row .col-md-3:nth-child(3) .card-df h5 {
    color:  #36b9cc;
}

.partner-index .row .col-md-3:nth-child(4) .card-df h5 {
    color:  #f6c23e;
}

.partner-index .min-hood {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #525252;
}

.partner-announcement {
    margin-top: 25px;
}

.partner-announcement .box-announcement {
    background-color: #fff;
    min-width: 30px;
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid #e60d55;
}

.partner-announcement .box-announcement .box h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #525252;
}

.partner-announcement .box-announcement .box p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.partner-announcement .box-announcement .box img {
    height: 120px;
    float: left;
    width: auto;
    padding-top: 2px;
    margin-right: 28px;
}

.partner-announcement .box-announcement .box .text {
    padding-top: 17px;
    display: flow-root;
}

.partner-announcement .owl-theme .owl-dots .owl-dot.active span, .partner-announcement .owl-theme .owl-dots .owl-dot:hover span {
    background: #e60d55;
}

.partner-announcement .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #eaeef3;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}


.form-area {
    background-color: #fff;
    padding: 20px 30px;
    margin-bottom: 55px;
}

.form-area input, .form-area select{
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    padding: .75rem 1rem;
    border: .0625rem solid #cccccc52;
    max-height: 3rem;
    margin-top: 8px;
    outline: 0;
}


.form-area textarea {
    width: 100%;
    min-height: 126px;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    padding: .75rem 1rem;
    border: .0625rem solid #cccccc52;
    max-height: 3rem;
    margin-top: 8px;
    outline: 0;
}

.form-area .form-group label {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: #6a7580;
    font-size: 16px;
    font-weight: 400;
}

.form-area button {
    width: 100%;
    height: 44px;
    margin-top: -5px;
    border-radius: 5px;
    outline: 0;
    border: 0px;
    background-color: #f8a41d !important;
    color: #fff !important;
    margin-top: 25px;
}

.mypayments-warning {
    background-image: url(../img/notFoundBg.png);
    padding: 65px;
    background-color: #eaeef3;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
}

.mypayments-warning h3 {
    color: #222;
    font-weight: 700;
    font-size: 34px;
    line-height: 24px;
    margin-top: 20px;
}

.mypayments-warning p {
    font-size: 22px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 30px;
    margin-bottom: 35px;
}


.hood-area {
    background-color: transparent;
    text-align: left;
    padding: 11px 0px;
    font-size: 19px;
    color: #444;
    font-weight: 400;
    margin-bottom: 21px;
    border-bottom: 1px dashed #404040;
}

.right-menu-area  {
    background-color: #fff;
    padding: 20px 30px;
    margin: 0;
    margin-bottom: 55px;
}

.right-menu-area li  {
    list-style: none;
}

.right-menu-area li a {
    text-decoration: none;
    width: 100%;
    display: block;
    background-color: #dadada;
    margin-bottom: 12px;
    padding: 8px 11px;
    color: #383838;
    border-radius: 5px;
    margin-top: 8px;
    font-weight: 400;
}

.right-menu-area li.active a {
    background-color: #f8a41d !important;
    color: #fff !important;
}

.alert-success {
    color: #fff;
    background-color: #17a9d0;
    border-color: #badbcc;
    padding: 10px 14px;
    font-weight: 300;
    margin-bottom: 0px;
}

.paymetinfocheckinput {
    margin-top: 15px;
}

.paymetinfocheckinput input {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}


.boat-list {
    margin: 0;
    padding: 0;
}

.boat-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background-color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
}

.boat-list li .image {
    width: 185px;
    height: 115px;
    background-color: #c5c5c5;
    float: left;
    border-radius: 6px;
    margin-right: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.boat-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background-color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}

.boat-list li .text  {
    display: block;
    float: left;
    margin-bottom: -10px;
}

.boat-list li .text span {
    display: table;
    background-color: #ef8400;
    padding: 5px 13px;
    color: #ffff;
    font-size: 14px;
    margin-bottom: 8px;
    border-radius: 5px;
    margin-top: 5px;
}

.boat-list li .text span.approved {
    background-color: green;
}

.boat-list li .text h6 {
    color: #4c4c4c;
    font-size: 21px;
    margin-top: 14px;
    display: block;
}

.boat-list li .btn-list {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.boat-list li .btn-list a {
    float: left;
    margin-left: 9px;
    background-color: #eaeef3;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
    border-radius: 3px;
    color: #404040;
    font-weight: 400;
}

.add-photo-btn {
    background-color: transparent;
    text-decoration: none;
    height: 171px;
    display: flow-root;
    text-align: center;
    padding-top: 78px;
    border: 1px dashed #b3b3b3;
    color: #656565 !important;
    margin-bottom: 28px;
    font-weight: bold;
    font-size: 21px;
}

.add-photo-btn i {
    display: table;
    margin: 0 auto;
    font-size: 35px;
    margin-bottom: 5px;
    margin-top: -28px;
}

.boat-image-gallery {
    display: inline-block;
    width: 100%;
}

.boat-image-gallery .boat-image {
    width: 100%;
    margin-bottom: 30px;
}

.boat-image-gallery .image-bolum {
    width: 100%;
    position: relative;
}

.boat-image-gallery .image-bolum .remove {
    position: absolute;
    display: block;
    top: 7px;
    right: 7px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    padding-top: 4px;
    text-decoration: none;
}

.boat-image-gallery .image-bolum:hover .remove {
    display: block;
}

.add-boat-btn, .add-boat-btn:hover {
    background-color: orange;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
}

.add-btonyer {
    float: right;
    margin-top: -82px;
}

.ozel-top-form-partner {
    margin-top: -35px;
}


.extra-form-arae {
    display: inline-block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 8px;
}

.extra-form-arae h4  {
    color: #5d5d5d;
    font-size: 15px;
    margin-top: 2px;
    font-weight: 500;
    text-align: center;
    background-color: #e6e6e6;
    margin-bottom: 15px;
    padding: 10px 5px;
    border-radius: 5px;
}

.extra-form-arae .df-label-extra-gnl  {
    margin-top: 25px;
    margin-bottom: 25px;
}

.extra-form-arae .df-label-extra  {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
}

.extra-form-arae .df-label-extra input {
    float: left;
    width: 19px;
    height: 20px;
    margin-right: 9px;
    margin-top: 3px;
    margin-bottom: 1px;
}

.df-btn-ozel-dvm, .df-btn-ozel-dvm:hover {
    background-color: orange;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    outline: 0;
    border: 0;
}

.df-ozel-df-area {
    margin-bottom: 45px;
}



.businessmodal-area .modal-dialog {
    max-width: 920px;
}

.businessmodal-area .modal-header {
    display: block;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    position: relative;
    padding-right: 55px;
}

.businessmodal-area .modal-header .modal-title {
    margin-bottom: 7px;
    font-size: 24px;
    margin-top: 3px;
    font-weight: 300;
}

.businessmodal-area .modal-header p {
    font-size: 17px;
    font-weight: 300;
}

.businessmodal-area .modal-header .btn-close {
    position: absolute;
    right: 23px;
    top: 23px;
    width: auto;
    background-color: transparent !important;
}

.businessmodal-area .modal-footer .btn {
    background-color: orange;
    color: #fff;
    outline: none;
    padding: 9px 25px;
    border: 0;
}

.priceseason {
    background-color: #eaeef2;
    margin-top: 15px;
    padding: 25px;
    border-radius: 5px;
    padding-bottom: 10px;
}

.priceseason a {
    background-color: #fff;
    padding: 11px 13px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
}

.priceseason a span {
    float: right;
}

.priceseason a span i{
    margin-left: 25px;
}

.priceseason .ozel-fty-btn {
    width: auto;
    display: table;
    background-color: #1aa9d0;
    color: #fff;
}

.hemen-kaydon-btn {
    display: table;
    text-align: center;
    padding-top: 25px !important;
    padding-bottom: 7px;
}

.search-area .sifremi-unuttum {
    margin-left: -5px;
}

.log-in-zel-df {
    margin-bottom: -85px;
}



#calendar {
    width: 100%;
    overflow: auto;
}

#calendar table tr td{
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #ccc;
    font-size: 13.5px;
    padding: 8px 0;
    border-right: 1px solid #ccc;
}


#calendar table tr td:last-child{
    border-right: 0px;
}

#calendar table tr td button{
    display: table;
    background-color: #5ab093;
    position: relative;
    width: 45px;
    height: 140px;
    margin: 0 auto;
    border: 0px;
    border-radius: 5px;
}



.boat-tekne-tatili {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

.boat-tekne-tatili table {
    width: 100%;
    border:1px solid #ccc;
}

#calendar table tr:first-child td {
    color: #484848;
    font-size: 19px;
    padding: 13px 0px;
    font-weight: 400;
}

#calendar table tr:nth-child(3) td {
    color: #484848;
    padding: 5px 0px !important;
    font-weight: 400;
    width: 12px;
    font-size: 11px;
}

#calendar table tr:nth-child(4) td {
    padding: 5px 5px !important;
}

.boat-tekne-tatili .boat-info {
    width: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.boat-tekne-tatili .boat-info h6{
    height: 152px;
    background: #fff;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    border-right: 0;
    padding: 49px 25px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 5px 0px 0px 5px;
}

.boat-tekne-tatili .boat-info .ay{
    position: absolute;
    top: -103px;
    right: 11px;
    color: #484848;
    font-size: 17px;
    font-weight: 400;
}

.boat-tekne-tatili .boat-info .gun{
    position: absolute;
    top: -43px;
    right: 11px;
    color: #484848;
    font-size: 17px;
    font-weight: 400;
}

.infocalendar {
    position: relative;
}

.infocalendar ul {
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
    display: inline-block;
    margin-top: 18px;
}

.infocalendar ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
}

.infocalendar ul li i {
    margin-right: 5px;
    font-size: 20px;
    display: block;
    float: left;
}

.infocalendar ul li:nth-child(1) i{
    color:#5ab093;
}

.infocalendar ul li:nth-child(2) i{
    color:#ec6664;
}

.infocalendar ul li:nth-child(3) i{
    color:#50aee7;
}

.infocalendar ul li:nth-child(4) i{
    color:#ef8532;
}



.date button {
    width: 20%;
}

.calendar {
    display: inline-block;
    width: 100%;
}

.calendar .takvimbtn {
    width: 14.28%;
    float: left;
}

.calendar .takvimbtn button {
    width: 100%;
    border: 1px solid #eaeef2;
    height: 68px;
    background-color: #5ab093;
    border-radius: 5px;
    color: #fff !important;
}

.calendar .takvimbtn button span {
    display: block;
    font-size: 13px;
    text-align: center;
}

.calendar .tarih {
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 0px;
    margin-bottom: 9px;
}

.price-season-date select {
    width: 49%;
    float: right;
    max-width: 200px;
    margin-left: 12px;
    height: 48px;
    border: 1px solid #cccccc8c;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 5px #cccccc7d;
}

.boats-message-user .onaybekdfc {
    background-color: #1aa9d0;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.boats-message-user .onaybekdfc .image{
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 15px 15px 0px 0px;
}

.boats-message-user .onaybekdfc ul {
    margin: 0;
    padding: 10px 15px;
}

.boats-message-user .onaybekdfc ul li {
    list-style: none;
    padding: 6px 0;
    border-bottom: 1px dashed #fff;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 15px;
}

.boats-message-user .onaybekdfc ul li b {
   float: right;
}

.boats-message-user .onaybekdfc ul li:last-child {
    border-bottom: 0px dashed #fff;
}

.boats-message-user .ozel-df-onayla-reddet a {
    text-decoration: none;
    background-color: #1176bc;
    color: #fff;
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1%;
    padding: 10px 0;
    margin-left: 1%;
    margin-top: 6px;
    margin-bottom: -5px;
    border-radius: 5px;
}

.onaylananrez {
    float: right;
    background-color: #1176bc;
    font-size: 15px;
    padding: 11px 19px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    margin-top: -18px;
    margin-left: 15px;
}

.onaylananrez:hover {
    float: right;
    background-color: orange;
    font-size: 15px;
    padding: 11px 19px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    margin-top: -18px;
    margin-left: 15px;
}



.message-box-area-df {
    background-image: url(../img/notFoundBg.png);
    padding: 25px;
    margin-top: 38px;
    background-color: #eaeef3;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    height: 600px;
    overflow: scroll;
}

.message-box-area-df ul {
    margin: 0;
    padding: 0;
}

.message-box-area-df ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.message-box-area-df ul li.user span {
    background-color: #060646;
    float: left;
}

.message-box-area-df ul li.user span::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d9";
    display: block;
    position: absolute;
    left: -7px;
    font-size: 23px;
    top: 3px;
    color: #060646;
}

.message-box-area-df ul li.captain span {
    background-color: #e62c68;
    float: right;
}

.message-box-area-df ul li.captain span::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    display: block;
    position: absolute;
    right: -7px;
    font-size: 23px;
    top: 3px;
    color:#e62c68;
}


.message-box-area-df ul li span {
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    color: #fff;
}



/* NEW MESSAGE DESIGN (START) */

.message-aread-btb {
    margin: 0;
    padding: 10px 25px;
    border-radius: 5px;
    border: 2px solid #eaeaea;
    margin-top: 15px;
    overflow: scroll;
    width: 100%;
    height: 700px;
}

.message-aread-btb li {
    padding: 0;
    width: 100% !important;
    display: inline-block !important;
    position: relative;
    margin: 12px 0px !important;
}

.message-aread-btb li .image {
    height: 55px;
    width: 55px;
    border-radius: 150px;
    position: absolute;
    top: 0;
    background-position: center;
    background-size: cover;
}

.message-aread-btb li.captain {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    padding-left: 70px;
}

.message-aread-btb li.user {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    padding-right: 70px;
}

.message-aread-btb li.captain .image{
    left: 0px;
}

.message-aread-btb li.user .image{
    right: 0px;
}


.message-aread-btb li .message {
    background-color: #2c78ff;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    max-width: 450px;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    padding-bottom: 35px;
}


.message-aread-btb li.user .message {
    float: right;
    color: #000;
    background-color: #ebebeb;
}

.message-aread-btb li.user .message::before {
    content: "\f0da";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -6px;
    top: 9px;
    font-size: 20px;
    color: #ebebeb;
}


.message-aread-btb li.captain .message::before {
    content: "\f0d9";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -6px;
    top: 9px;
    font-size: 20px;
    color: #2c78ff;
}

.message-aread-btb-form {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 150px;
    margin-top: 15px;
}

.message-aread-btb-form input {
    display: inline-block;
    width: 100%;
    border: 2px solid #eaeaea;
    outline: 0;
    border-right: 0;
    border-radius: 5px 0px 0px 5px;
    height: 52px;
    padding-left: 15px;
    padding-right: 15px;
}

.message-aread-btb-form button {
    position: absolute;
    right: 0;
    top: 8px;
    width: 150px;
    height: 48px;
    border: 2px solid orange;
    background: orange;
    color: #ffff;
    border-radius: 0px 5px 5px 0px;
    margin-top: 0;
}

.message-aread-btb li.captain span {
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.message-aread-btb li.user span {
    font-size: 12px;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

/* NEW MESSAGE DESIGN (END) */

.message-onay-bekle {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.message-onay-bekle li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 15px;
    float: left;
}

.message-onay-bekle li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background-color: #060546;
    color: #fff;
    padding: 12px 30px;
    display: block;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
}

.message-onay-bekle li.active a {
    background-color: orange !important;
}



.confirm-screen {
    margin-top: 12px;
    text-align: center;
    border-width: 2px;
    border-style: dashed;
    border-color: rgb(222, 222, 222);
    border-image: initial;
    padding: 25px 15px;
    border-radius: 5px;
}

.confirm-screen h5 {
    font-weight: 300;
    margin-bottom: 25px;
}

.confirm-screen ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.confirm-screen ul li {
    float: left;
    list-style: none;
    padding: 0;
}

.confirm-screen ul li a {
    background-color: green;
    color: #fff;
    text-decoration: none;
    margin: 0px 7.5px;
    padding: 7px 25px;
    display: block;
    border-radius: 26px;
    font-size: 14px;
}

.confirm-screen ul li:first-child a {
    background-color: red;
}

.onay-message-btn {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 8px 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #1476bc;
    font-weight: 600;
    font-size: 15px;
}

@media(max-width: 768px){
    .partner-index .card-df {
        background-color: #fff;
        padding: 25px;
        border-radius: 5px;
        border-left: 4px solid red;
        margin-bottom: 35px;
        margin-top: -15px;
    }
    .price-season-date select {
        width: 44%;
        float: left;
    }
    .onaylananrez {
        float: none;
        background-color: #1176bc;
        font-size: 15px;
        padding: 11px 19px;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        margin-top: 11px;
        margin-left: 0;
        display: inline-block;
    }
    .message-aread-btb {
        margin: 0;
        padding: 10px 25px;
        border-radius: 5px;
        border: 2px solid #eaeaea;
        margin-top: 15px;
        overflow: scroll;
        width: 100%;
        height: 300px;
    }
    .right-menu-area {
        background-color: #fff;
        padding: 8px 15px;
        margin: 0;
        margin-bottom: 10px;
    }
    .boat-list li .image {
        width: 100%;
        height: 210px;
        background-color: #c5c5c5;
        float: left;
        border-radius: 6px;
        margin-right: 15px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 5px;
    }

    .boat-list li .btn-list {
        position: relative;
        right: auto;
        bottom: auto;
        display: inline-block;
        margin-bottom: 0;
        margin-left: -9px;
    }

    .boat-list li {
        margin-bottom: 19px;
    }
    .priceseason a span {
        float: none;
        border-top: 1px solid #ccc;
        width: 100%;
        display: block;
        padding-top: 5px;
        margin-top: 8px;
        text-align: left;
        font-weight: bold;
    }
    .priceseason a span i {
        margin-left: 5px;
    }
}


.dogrulama-kodu-area h3 {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 17px;
    margin-top: 8px;
}

.dogrulama-kodu-area input {
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.dogrulama-kodu-area button {
    width: auto;
    background-color: orange;
    color: #fff;
    border: 0px;
    border-radius: 500px;
    display: table;
    margin: 0 auto;
    padding: 8px 41px;
}

.modal {
    top: 15%;
}

.odemelerim-arae-df {
    margin: 0;
    padding: 0;
}

.odemelerim-arae-df li {
    list-style: none;
    width: 100%;
    background-color: #eaeef2;
    padding: 11px 13px;
    font-weight: 300;
    border-radius: 8px;
    margin-bottom: 15px;
}

.image-upload-df {
    width: 100%;
    height: 240px;
    background-color: transparent;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 250px;
    display: table;
    text-align: center;
    margin: 0 auto;
    border: 3px dashed #ccc;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
}

.image-upload-df input {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
}

.image-upload-df img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-upload-df h6 i{
    display: table;
    margin: 0 auto;
    margin-top: 87px;
    font-size: 35px;
    margin-bottom: 10px;
    color: #9c9c9c;

}

.image-upload-df h6 {
    font-weight: 300;
}

.odemelerim-arae-df .onaybekdfc {
    background-color: #eee;
}

.odemelerim-arae-df .onaybekdfc .onay-message-btn {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #14aad0;
    padding: 13px 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.odemelerim-arae-df .onaybekdfc ul li {
    list-style: none;
    padding: 3px 0;
    border-bottom: 1px dashed #1c1c1c;
    color: #1c1c1c;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    border-radius: 0;
}

.odemelerim-arae-df .onaybekdfc p {
    text-align: center;
    font-size: 14px;
}

.df-password-reset {
    display: inline-block;
    width: 100%;
}



.kvkk-area-df label input, .kvkk-area-df label input:focus, .kvkk-area-df label input:active, .kvkk-area-df label input:hover  {
    height: 22px;
    width: 20px;
    float: left;
    display: block;
    margin-right: 8px;
    margin-bottom: 0;
}

.kvkk-area-df label {
    margin-top: 15px;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #4c4c4c;
}

.kvkk-area-df label a{
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #2a2a2a;
}



.sozlesme-modal button {
    background-color: transparent;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: 0px;
    color: #383838;
    font-size: 27px;
}

.sozlesme-modal  {
    position: relative;
    padding-top: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
